From d9c2420a5c51d5a8d01ed629724cbf29761c13b9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 14 Jun 2023 20:31:21 -0400 Subject: [PATCH 1/2] asdf 0.12.0 --- Formula/asdf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/asdf.rb b/Formula/asdf.rb index c5ea46b99d2f1..e1d4fdc632cce 100644 --- a/Formula/asdf.rb +++ b/Formula/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.11.3.tar.gz" - sha256 "344cf4489180fc6409feba60b0c02a12df54eef470422b3f75bb757456b60bee" + url "https://github.com/asdf-vm/asdf/archive/refs/tags/v0.12.0.tar.gz" + sha256 "8416d3556f093b3f2f9931b30165efd8800c520c129bed22a537f889aa6dff90" license "MIT" head "https://github.com/asdf-vm/asdf.git", branch: "master" From b29912d6156b83aa6f28abec994eacb44a8dc080 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 15 Jun 2023 01:11:37 +0000 Subject: [PATCH 2/2] asdf: update 0.12.0 bottle. --- Formula/asdf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/asdf.rb b/Formula/asdf.rb index e1d4fdc632cce..91a2d5670287c 100644 --- a/Formula/asdf.rb +++ b/Formula/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: "d467470a78f635e6218700fc882153c047328b9f18bd7ab42011da2919f228d5" + sha256 cellar: :any_skip_relocation, all: "d96303f7e926935adfbe217ee7f157427cc5877a24894baa59500d6c27c215af" end depends_on "autoconf"