Skip to content

Commit df29e67

Browse files
authored
Merge pull request #211315 from Homebrew/bump-cxgo-0.5.2
cxgo 0.5.2
2 parents 1120f02 + 7ce552e commit df29e67

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cxgo.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Cxgo < Formula
22
desc "Transpiling C to Go"
33
homepage "https://github.com/gotranspile/cxgo"
4-
url "https://github.com/gotranspile/cxgo/archive/refs/tags/v0.5.1.tar.gz"
5-
sha256 "64252b1d02cf242212d028967a9d5e42a6b38e22a4386527319ebb320000f43f"
4+
url "https://github.com/gotranspile/cxgo/archive/refs/tags/v0.5.2.tar.gz"
5+
sha256 "942393dc381dcf47724c93b5d6c4cd7695c0000628ecb7f30c5b99be4676ae83"
66
license "MIT"
77
head "https://github.com/gotranspile/cxgo.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9a9a62216f8300ad29ae5fe74a68b83e5ed4a045049b4591773db6cc0e966a6"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9a9a62216f8300ad29ae5fe74a68b83e5ed4a045049b4591773db6cc0e966a6"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d9a9a62216f8300ad29ae5fe74a68b83e5ed4a045049b4591773db6cc0e966a6"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ee676dcdd16dfa2269b7258badf53eefdb46098bca204967434b04de4f373508"
14-
sha256 cellar: :any_skip_relocation, ventura: "ee676dcdd16dfa2269b7258badf53eefdb46098bca204967434b04de4f373508"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "03f4af4d55caab6d3fa0f3cfa536754c2cd8ef70ee4a8f42a27cb60b06adad6f"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebcf34c360a23231c3a1a78a54ad1904ba3cbd3e7f2938844247bf0324b02639"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebcf34c360a23231c3a1a78a54ad1904ba3cbd3e7f2938844247bf0324b02639"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ebcf34c360a23231c3a1a78a54ad1904ba3cbd3e7f2938844247bf0324b02639"
13+
sha256 cellar: :any_skip_relocation, sonoma: "ce0073283d4a255dd5ba29fc637074fa24d59266c50826512b2217c8591e7427"
14+
sha256 cellar: :any_skip_relocation, ventura: "ce0073283d4a255dd5ba29fc637074fa24d59266c50826512b2217c8591e7427"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b9cd5c2c79e9d44ec6bcb1dc71849d89e7c9f415b5f3abd4b757c31992bca295"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)