Skip to content

Commit

Permalink
Merge pull request #133717 from chenrui333/bump-asdf-0.12.0
Browse files Browse the repository at this point in the history
asdf 0.12.0
  • Loading branch information
BrewTestBot authored Jun 15, 2023
2 parents 35c319b + b29912d commit dc918b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/asdf.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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"

bottle do
sha256 cellar: :any_skip_relocation, all: "d467470a78f635e6218700fc882153c047328b9f18bd7ab42011da2919f228d5"
sha256 cellar: :any_skip_relocation, all: "d96303f7e926935adfbe217ee7f157427cc5877a24894baa59500d6c27c215af"
end

depends_on "autoconf"
Expand Down

0 comments on commit dc918b9

Please sign in to comment.