Skip to content

Commit 9a4d4c4

Browse files
authored
Merge pull request #232686 from Homebrew/bump-goenv-2.2.27
goenv 2.2.27
2 parents 6d88004 + 8ac5246 commit 9a4d4c4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/goenv.rb

Lines changed: 9 additions & 9 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.26.tar.gz"
5-
sha256 "bbc27e677f25eeab97e74b43b2249d7a1894b0a5a6ae5d06068b277774762d0c"
4+
url "https://github.com/go-nv/goenv/archive/refs/tags/2.2.27.tar.gz"
5+
sha256 "25aeb49c66389a736b7c15f5e726d9d13d81ddb9ba943a6763ac9cba184357a8"
66
license "MIT"
77
version_scheme 1
88
head "https://github.com/go-nv/goenv.git", branch: "master"
@@ -13,13 +13,13 @@ class Goenv < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "02e203356147b89483253e852807368c14710b1c050b8c47449f5466287cffd8"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "02e203356147b89483253e852807368c14710b1c050b8c47449f5466287cffd8"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "02e203356147b89483253e852807368c14710b1c050b8c47449f5466287cffd8"
19-
sha256 cellar: :any_skip_relocation, sonoma: "3187e62b42a848683f5a97555c713ba6cac18216d6001cb613dcdc7f3884c7fb"
20-
sha256 cellar: :any_skip_relocation, ventura: "3187e62b42a848683f5a97555c713ba6cac18216d6001cb613dcdc7f3884c7fb"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "02e203356147b89483253e852807368c14710b1c050b8c47449f5466287cffd8"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "02e203356147b89483253e852807368c14710b1c050b8c47449f5466287cffd8"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "317b2ec4ffcdd1db9eac672a8693dcc529533735e91b05b19323bd8d19675696"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "317b2ec4ffcdd1db9eac672a8693dcc529533735e91b05b19323bd8d19675696"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "317b2ec4ffcdd1db9eac672a8693dcc529533735e91b05b19323bd8d19675696"
19+
sha256 cellar: :any_skip_relocation, sonoma: "4e4ce60ae4f67728a765ca9a869267e5b9378dce15fde0b7f8442e2aa0802ebf"
20+
sha256 cellar: :any_skip_relocation, ventura: "4e4ce60ae4f67728a765ca9a869267e5b9378dce15fde0b7f8442e2aa0802ebf"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "317b2ec4ffcdd1db9eac672a8693dcc529533735e91b05b19323bd8d19675696"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "317b2ec4ffcdd1db9eac672a8693dcc529533735e91b05b19323bd8d19675696"
2323
end
2424

2525
def install

0 commit comments

Comments
 (0)