Skip to content

Commit b2cd399

Browse files
authored
Merge pull request #257486 from Homebrew/bump-llgo-0.11.7
llgo 0.11.7
2 parents 4fe194b + 39316b9 commit b2cd399

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/l/llgo.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Llgo < Formula
22
desc "Go compiler based on LLVM integrate with the C ecosystem and Python"
33
homepage "https://github.com/goplus/llgo"
4-
url "https://github.com/goplus/llgo/archive/refs/tags/v0.11.6.tar.gz"
5-
sha256 "94e3187d0b8d4be48afc0d609b01df1ba7bf36b6ab713318ad29363a1043297b"
4+
url "https://github.com/goplus/llgo/archive/refs/tags/v0.11.7.tar.gz"
5+
sha256 "15a9718941e00a963bbdf0cc189063e29f2888bfde32b080b1af65bc5afa82e2"
66
license "Apache-2.0"
77
head "https://github.com/goplus/llgo.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Llgo < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_tahoe: "fb74c5fb2ba0ce01583d483029d077952dd55346dff06fdc2beb0949cf2c695b"
16-
sha256 cellar: :any, arm64_sequoia: "0c4b4f45dcf683285fbd6db973db96d64446a247b5b215bfb52e22a8a4204f86"
17-
sha256 cellar: :any, arm64_sonoma: "6f45883b556962736d7e276f33d4fcc47cff59b370e0544532ef557afe1c1dac"
18-
sha256 cellar: :any, sonoma: "13178f544ddf3d73fd57f0e16dec53f979245fad3d6556cc92c5a199b4ff5f54"
19-
sha256 arm64_linux: "577b9fc95fb5845f93bb7321b26a3843532f84aceefa6dcf3a580b84c81ede91"
20-
sha256 x86_64_linux: "62747f37803a846885e3d706cfef3f39a5a3940f238dffac02cd10ed120fc7f8"
15+
sha256 cellar: :any, arm64_tahoe: "263a331f589e89be18dca91dfda4589e5133ac9bc7d38b3f0f558d1d99561d46"
16+
sha256 cellar: :any, arm64_sequoia: "2f31fddf29fd605e05259a87e55b13448dfe373c1d172abad378cdc47c872a4a"
17+
sha256 cellar: :any, arm64_sonoma: "95df002aacb634773661a5fa1d3742b084d253459174231f0fb3739c721e5404"
18+
sha256 cellar: :any, sonoma: "138dd2a2036df37d080bdc6389a33f6d81d24bebbf54c14d272d73c4383354c0"
19+
sha256 arm64_linux: "e8715949b9f0161c9a21fb3ffd249462d121ecb0c11b90344d9a755061fd98ba"
20+
sha256 x86_64_linux: "e46d424a2d1d8fb7cd5fbe6fc1789d4fe4128d488c51259d2914304433b43f6a"
2121
end
2222

2323
depends_on "bdw-gc"

0 commit comments

Comments
 (0)