We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741aa2b commit bc3f422Copy full SHA for bc3f422
Formula/l/llgo.rb
@@ -1,8 +1,8 @@
1
class Llgo < Formula
2
desc "Go compiler based on LLVM integrate with the C ecosystem and Python"
3
homepage "https://github.com/goplus/llgo"
4
- url "https://github.com/goplus/llgo/archive/refs/tags/v0.11.6.tar.gz"
5
- sha256 "94e3187d0b8d4be48afc0d609b01df1ba7bf36b6ab713318ad29363a1043297b"
+ url "https://github.com/goplus/llgo/archive/refs/tags/v0.11.7.tar.gz"
+ sha256 "15a9718941e00a963bbdf0cc189063e29f2888bfde32b080b1af65bc5afa82e2"
6
license "Apache-2.0"
7
head "https://github.com/goplus/llgo.git", branch: "main"
8
0 commit comments