Skip to content

Commit

Permalink
Merge pull request #193160 from goenv-bot/bump-goenv-2.2.7
Browse files Browse the repository at this point in the history
goenv 2.2.7
  • Loading branch information
BrewTestBot authored Oct 8, 2024
2 parents 3512d7f + b0800a8 commit 538bded
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/g/goenv.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Goenv < Formula
desc "Go version management"
homepage "https://github.com/go-nv/goenv"
url "https://github.com/go-nv/goenv/archive/refs/tags/2.2.6.tar.gz"
sha256 "2b3d7333bda14e272edc0ffcc8751c8bd2cc5bdf23593702cc88f152792f8fe5"
url "https://github.com/go-nv/goenv/archive/refs/tags/2.2.7.tar.gz"
sha256 "785500e22829498f1a4448e349a40a91e2db2bfba5784487b472233a86045328"
license "MIT"
version_scheme 1
head "https://github.com/go-nv/goenv.git", branch: "master"
Expand All @@ -13,12 +13,12 @@ class Goenv < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f5e4a1e6818293eb968cf49b4ab229cc6b23991c636c343d1a67635deb6ee25"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f5e4a1e6818293eb968cf49b4ab229cc6b23991c636c343d1a67635deb6ee25"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3f5e4a1e6818293eb968cf49b4ab229cc6b23991c636c343d1a67635deb6ee25"
sha256 cellar: :any_skip_relocation, sonoma: "2674f72213dc8c9bee0f4ecb9464d4b39fbf5572159ccce30afbb2849912f399"
sha256 cellar: :any_skip_relocation, ventura: "2674f72213dc8c9bee0f4ecb9464d4b39fbf5572159ccce30afbb2849912f399"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3f5e4a1e6818293eb968cf49b4ab229cc6b23991c636c343d1a67635deb6ee25"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b463cb421e376973f326e285b6717a56e3b4413f1a640327f1fd02773e6e043"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b463cb421e376973f326e285b6717a56e3b4413f1a640327f1fd02773e6e043"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6b463cb421e376973f326e285b6717a56e3b4413f1a640327f1fd02773e6e043"
sha256 cellar: :any_skip_relocation, sonoma: "dea549db507cc22a42fcd231031a282579f37b3833a563fb7f7698f06e7e25de"
sha256 cellar: :any_skip_relocation, ventura: "dea549db507cc22a42fcd231031a282579f37b3833a563fb7f7698f06e7e25de"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b463cb421e376973f326e285b6717a56e3b4413f1a640327f1fd02773e6e043"
end

def install
Expand Down

0 comments on commit 538bded

Please sign in to comment.