Skip to content

Commit 974226b

Browse files
authored
Merge pull request #197133 from goenv-bot/bump-goenv-2.2.9
goenv 2.2.9
2 parents dbdeb81 + 301bda4 commit 974226b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/goenv.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Goenv < Formula
22
desc "Go version management"
33
homepage "https://github.com/go-nv/goenv"
4-
url "https://github.com/go-nv/goenv/archive/refs/tags/2.2.8.tar.gz"
5-
sha256 "61cb8e4db4196cb0b11afba1169c3b2bd904023716b6377039efdd52e787a8be"
4+
url "https://github.com/go-nv/goenv/archive/refs/tags/2.2.9.tar.gz"
5+
sha256 "e49acea81fd6921770911e680f726ef3a167ad708402257ae00c74aba919375c"
66
license "MIT"
77
version_scheme 1
88
head "https://github.com/go-nv/goenv.git", branch: "master"
@@ -13,12 +13,12 @@ class Goenv < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4e7d2b0c81ebe284d7a930bcc30545362dca29826cd0174afbc9c657f0a8bd3"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4e7d2b0c81ebe284d7a930bcc30545362dca29826cd0174afbc9c657f0a8bd3"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d4e7d2b0c81ebe284d7a930bcc30545362dca29826cd0174afbc9c657f0a8bd3"
19-
sha256 cellar: :any_skip_relocation, sonoma: "ed3fb8093f81c40839a24d1570ad63e6bf29a74cc3a12c39e6f64d869d15b0de"
20-
sha256 cellar: :any_skip_relocation, ventura: "ed3fb8093f81c40839a24d1570ad63e6bf29a74cc3a12c39e6f64d869d15b0de"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d4e7d2b0c81ebe284d7a930bcc30545362dca29826cd0174afbc9c657f0a8bd3"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "75420fab3805c965dc5d9966709ec6186bdfc91171da3e8368b48134f60bd075"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "75420fab3805c965dc5d9966709ec6186bdfc91171da3e8368b48134f60bd075"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "75420fab3805c965dc5d9966709ec6186bdfc91171da3e8368b48134f60bd075"
19+
sha256 cellar: :any_skip_relocation, sonoma: "5e9fcb6dca6fa12757c721cf5e0037e123a4db6b4992b90519dfc249ef3126da"
20+
sha256 cellar: :any_skip_relocation, ventura: "5e9fcb6dca6fa12757c721cf5e0037e123a4db6b4992b90519dfc249ef3126da"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "75420fab3805c965dc5d9966709ec6186bdfc91171da3e8368b48134f60bd075"
2222
end
2323

2424
def install

0 commit comments

Comments
 (0)