From 1703f311119415b87ef895371f31b898f84c854b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:22:53 +0000 Subject: [PATCH 1/2] asdf 0.14.0 --- Formula/a/asdf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/asdf.rb b/Formula/a/asdf.rb index a3b2e14a4137..255d8e645a14 100644 --- a/Formula/a/asdf.rb +++ b/Formula/a/asdf.rb @@ -1,8 +1,8 @@ class Asdf < Formula desc "Extendable version manager with support for Ruby, Node.js, Erlang & more" homepage "https://asdf-vm.com/" - url "https://github.com/asdf-vm/asdf/archive/refs/tags/v0.13.1.tar.gz" - sha256 "da22f5bce2dcf13edaa0b6381b6734e55fbf43128f12ca5f575ff4fda03399f4" + url "https://github.com/asdf-vm/asdf/archive/refs/tags/v0.14.0.tar.gz" + sha256 "8bca30e01e7fdb71d93fe7bc6efc80bfa41f27a3ff584d184138817962be8058" license "MIT" head "https://github.com/asdf-vm/asdf.git", branch: "master" From c706ab8d91edcf0b7656db73fa7d30546177a4f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:39:52 +0000 Subject: [PATCH 2/2] asdf: update 0.14.0 bottle. --- Formula/a/asdf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/asdf.rb b/Formula/a/asdf.rb index 255d8e645a14..4a0933a4ac65 100644 --- a/Formula/a/asdf.rb +++ b/Formula/a/asdf.rb @@ -7,7 +7,7 @@ class Asdf < Formula head "https://github.com/asdf-vm/asdf.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "ce9cfa03a236cba15a77b2e567d5ec9b2406a8ba0ab78d653ca2bf28f4014f35" + sha256 cellar: :any_skip_relocation, all: "2aa1302895c8908cef593cd3e9b3be3aea517595c8cd8bcb380cc0474db0bd05" end depends_on "autoconf"