Skip to content

Commit

Permalink
Merge pull request Homebrew#178469 from Homebrew/bump-c3c-0.6.1
Browse files Browse the repository at this point in the history
c3c 0.6.1
  • Loading branch information
BrewTestBot authored Jul 25, 2024
2 parents b21d51a + c9985bf commit 07800bd
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions Formula/c/c3c.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
class C3c < Formula
desc "Compiler for the C3 language"
homepage "https://github.com/c3lang/c3c"
url "https://github.com/c3lang/c3c/archive/refs/tags/v0.6.1.tar.gz"
sha256 "472c5026b7bf9c709208d31f3a9ae3eba920dc5a78293356a6194fca463f42f1"
license "LGPL-3.0-only"
head "https://github.com/c3lang/c3c.git", branch: "master"

stable do
url "https://github.com/c3lang/c3c/archive/refs/tags/v0.6.0.tar.gz"
sha256 "d852ba9879a72582312fccc0d63f507d8a55f4716de2db423fe0ce329795ccbd"

# Fix incorrect INLINE on const init function
patch do
url "https://github.com/c3lang/c3c/commit/8381dbbd8fc334778504ea96e11f929c5568ebe0.patch?full_index=1"
sha256 "bdcf04510643c926a0508373db73a098d5b795f50051955fca2ecab516032560"
end
end

# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
# labeled as "pre-release" on GitHub before the version is released, so it's
# necessary to use the `GithubLatest` strategy.
Expand All @@ -24,13 +15,13 @@ class C3c < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "5604a520f7169b1988f1780de3814864849e5260abc41ada7355f1f8e68958df"
sha256 cellar: :any, arm64_ventura: "c7ee673b139aa54a02a25b3893771acd653a59c7b9d7e902f1697541cfb310d6"
sha256 cellar: :any, arm64_monterey: "b93c6b8fe3ee524d8c7d43efc0ff4a993b4b39863a5970db5a5195b79a34bbc3"
sha256 cellar: :any, sonoma: "264705b2712eff0e99a186ace79761684064b4109532e4344a7a83d43ef72a7b"
sha256 cellar: :any, ventura: "33542489d2539321d36242fbfeb17a52f5c5ffcd348b30090ae34be0cfc5dd2c"
sha256 cellar: :any, monterey: "bc7889411828daaeeeed367401afacbabf124d62ae7ea5c86f8074a5a921b422"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e00967874f29ca64d6363cf41b9c5ca85cad30f9362951cd967fbbc5dfd28a4"
sha256 cellar: :any, arm64_sonoma: "ff108e3793c26142c04c07225d53df7c584a92e1ce09c38ef2fd6ba740ca0d79"
sha256 cellar: :any, arm64_ventura: "15cf0dbfc9723a79a382b9bf4fd1804d02c5e7ba45462ff445cc6e76910c1ac6"
sha256 cellar: :any, arm64_monterey: "3c7109c6b9bb49a74dfc094317dcba1fb59eb3f75e91e40f81b7ff325d8c3e2b"
sha256 cellar: :any, sonoma: "4ebc81a1844f6db060b5c2497e71bff1968d97110a69528e917ff8cb230275af"
sha256 cellar: :any, ventura: "d5d8d8559ff29535a66e5432c33cc93e5ae4eaf027a5ad19379743c03538d215"
sha256 cellar: :any, monterey: "75e72eed67a560b9246e4d386d2215c973baeaf7d37cf5a849c4b8e7a534277c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "445b92d08fba1888c8a3e579f5f4055608c0f783237c1372a8dab678c1903854"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 07800bd

Please sign in to comment.