Skip to content

Commit 157a26b

Browse files
authored
Merge pull request #250209 from Homebrew/bump-bdw-gc-8.2.10
bdw-gc 8.2.10
2 parents 402de6e + 7286461 commit 157a26b

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

Formula/b/bdw-gc.rb

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class BdwGc < Formula
22
desc "Garbage collector for C and C++"
33
homepage "https://www.hboehm.info/gc/"
4-
url "https://github.com/bdwgc/bdwgc/releases/download/v8.2.8/gc-8.2.8.tar.gz"
5-
sha256 "7649020621cb26325e1fb5c8742590d92fb48ce5c259b502faf7d9fb5dabb160"
4+
url "https://github.com/bdwgc/bdwgc/releases/download/v8.2.10/gc-8.2.10.tar.gz"
5+
sha256 "832cf4f7cf676b59582ed3b1bbd90a8d0e0ddbc3b11cb3b2096c5177ce39cc47"
66
license "MIT"
77
head "https://github.com/bdwgc/bdwgc.git", branch: "master"
88

@@ -12,16 +12,12 @@ class BdwGc < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_tahoe: "07016e4b2d4ee1633eaa192477a6083ebefef59f79f13f679fbfaecef84d9df4"
16-
sha256 cellar: :any, arm64_sequoia: "58c2b5cf58c6ea30fc56a34aacfe36f774bed4cee1dca9808ef58d154a5ec965"
17-
sha256 cellar: :any, arm64_sonoma: "26862c04a22c24bbbe25d7fd1a2fa4d499d5a7216101625115be645123ea0445"
18-
sha256 cellar: :any, arm64_ventura: "55890248e3f2624e882660e38695e9090a8be1bff6c9a829ef35b0a30a890fee"
19-
sha256 cellar: :any, arm64_monterey: "013ffdfc107f8ec5d5382af87412bdfd4cb3503e866555fbe3252c3d7dcdcc10"
20-
sha256 cellar: :any, sonoma: "54cd5df410fb01fc0f7a9b212b5ef40e8160e360e597b5d20e6e489df306ce37"
21-
sha256 cellar: :any, ventura: "71c1beb334094059de83c81be4f1239e4ece22a1f7baf5c98d9682a2243b13bb"
22-
sha256 cellar: :any, monterey: "33e2046794356d765327d03b638c8449e38a69055f801542ee4abd2ea6329f49"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "050c231beec4610f2d0a3c7bcc5cf8a7c7c6f93317fb8f990db26ba1c8950b66"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f666fdf55ce3b41704f5869120ddfd3e973051d1fc0dc32a80733f20ba15ea0c"
15+
sha256 cellar: :any, arm64_tahoe: "254bb411834a430517fe915698e9390cb93f9e84b69e15474278aa8c4e955959"
16+
sha256 cellar: :any, arm64_sequoia: "fd7a11e13a54e13d44d7129ce59356b7ac814ac7d9484c565decbb4c9dd6686b"
17+
sha256 cellar: :any, arm64_sonoma: "5b99cec3e7e5ac9fdc8444b1e9823cea3897f54d3008560d6055aa27b339590e"
18+
sha256 cellar: :any, sonoma: "d2d6a52c5621a0e0aefe9dfbe08d50a9740c862db85671a7d501cfee410db5b6"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "b72cc75c32c63a1aed7fe5c7c90657417d6953790dc9b78a9f05209bdbd2b75d"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f57f9bbcb829ff506a5363883d5f6906d2ccc2043199c6138f186974035d6704"
2521
end
2622

2723
depends_on "cmake" => :build

0 commit comments

Comments
 (0)