Skip to content

Commit 4e3d5f5

Browse files
authored
Merge pull request #203651 from Homebrew/bump-protobuf-29.3
protobuf 29.3
2 parents 21df4da + da35560 commit 4e3d5f5

36 files changed

+251
-247
lines changed

Formula/a/apache-arrow.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ class ApacheArrow < Formula
55
mirror "https://archive.apache.org/dist/arrow/arrow-18.1.0/apache-arrow-18.1.0.tar.gz"
66
sha256 "2dc8da5f8796afe213ecc5e5aba85bb82d91520eff3cf315784a52d0fa61d7fc"
77
license "Apache-2.0"
8-
revision 5
8+
revision 6
99
head "https://github.com/apache/arrow.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any, arm64_sequoia: "23c695bbeffbd6fb89487e3f5ce9c60266b2c1d1df99a7b8343d5ba67d28276b"
13-
sha256 cellar: :any, arm64_sonoma: "db7646330ffba4d55e903f7b22c3f61db115b046dbb4ab496b889dbba560b583"
14-
sha256 cellar: :any, arm64_ventura: "6a4a58a39f1776bc83f87008026cc54ec5c76d2c8c6eb76899b71c48cb31d8cd"
15-
sha256 cellar: :any, sonoma: "f6f631a745f77f44183ad21de1a9aa03a368a991804e0e142706f47e4e0c9c56"
16-
sha256 cellar: :any, ventura: "55a3e7426fab7cf4a968b1f3ce25ccac786338e98004469f59006a7d0e999737"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "df5e452d2feff013b9244708d64c9092ce1259dd3b442f2c06fd5be270a6db46"
12+
sha256 cellar: :any, arm64_sequoia: "839c246eae02896257c3ea5e21814e70dbd68f2616e08672cc901c8df2fb5128"
13+
sha256 cellar: :any, arm64_sonoma: "91907f0fe9d62eb0d4bab3bb64997aec4774fb71998007516953b6f8376f740b"
14+
sha256 cellar: :any, arm64_ventura: "8a82c7da56b9041a92264337db3c1f99da7b5ebb84856c0d44842e3d61d226ce"
15+
sha256 cellar: :any, sonoma: "5ef8cc307319af3054406c48db5c9ba06d4c50d9bcfa0ca185a6d802e14edf6b"
16+
sha256 cellar: :any, ventura: "4c040f0723b9eb2cdb1fd5c9c773407fbaa7b1926d350d8fea669be86372ec3b"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "82c50ad1238be66720786e2de996522e191a1c5939843d1c9b0d6f5f56cd92dd"
1818
end
1919

2020
depends_on "boost" => :build

Formula/b/bear.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ class Bear < Formula
44
url "https://github.com/rizsotto/Bear/archive/refs/tags/3.1.5.tar.gz"
55
sha256 "4ac7b041222dcfc7231c6570d5bd76c39eaeda7a075ee2385b84256e7d659733"
66
license "GPL-3.0-or-later"
7-
revision 9
7+
revision 10
88
head "https://github.com/rizsotto/Bear.git", branch: "master"
99

1010
bottle do
11-
sha256 arm64_sequoia: "6adc021f6c867aa6914507758cf682f53e9d677a4600e4bba4d72403ce9024cd"
12-
sha256 arm64_sonoma: "53bc0dda7b3de40d9acfe909a1d46e49c0d683a26a7e93ffa3bc00c32151d749"
13-
sha256 arm64_ventura: "080d2e9095b9c1a02f361be346cc75647bc6e46c11d331071f3862835acf0966"
14-
sha256 sonoma: "9cb5143b4f0dc182f4beafc986e3d55ade00ef3104655a89d5dfa0767c9d92a7"
15-
sha256 ventura: "3eebc8d24ec499a4cde76fda6b14d33383957da702a50e251219987be3d451c2"
16-
sha256 x86_64_linux: "77a7504882966cb168ca955217b97b9a7d8f01b122b2e44085fd61b70640397c"
11+
sha256 arm64_sequoia: "cb55b87fd4e6d1fb70ea33bd455b06c09c5360159051835fe913cb0eb80e67db"
12+
sha256 arm64_sonoma: "860839939eb8953b4ece08866ef314be73e436c0f78e64a669a2e96d92af237b"
13+
sha256 arm64_ventura: "8be57ac03661f21b73a5dffd0d753587db7dc4f6702d9c22cd2a8876afe13edc"
14+
sha256 sonoma: "265bdf22736195a409267f93f0b5d40e795c168e568f8f6dcdc9e6e139b70818"
15+
sha256 ventura: "d85fbb07c3bead3bc7b253a9aa7141f7d536b34802c872fd1a07b391e4e0c570"
16+
sha256 x86_64_linux: "16b1b67073ce34ada52f244081e2376086109ff2df3dfa36f10ea97ba547ceae"
1717
end
1818

1919
depends_on "cmake" => :build

Formula/b/bloaty.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ class Bloaty < Formula
44
url "https://github.com/google/bloaty/releases/download/v1.1/bloaty-1.1.tar.bz2"
55
sha256 "a308d8369d5812aba45982e55e7c3db2ea4780b7496a5455792fb3dcba9abd6f"
66
license "Apache-2.0"
7-
revision 35
7+
revision 36
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "3903a8c98c15249ab765ea00d0def107762b404593bf37cc48366fbd02eb3e4d"
11-
sha256 cellar: :any, arm64_sonoma: "6b477734eee3c9d113edeb730761bc756567ad354e6311754c3b616f10f8697d"
12-
sha256 cellar: :any, arm64_ventura: "bd59a6875bae0cc0f13328acac97d2bd32585768ced1881783411674bcc163bd"
13-
sha256 cellar: :any, sonoma: "e4cbac251b0b57d7a720d861620d0612002cd844ed53a26d65e3b8543b6cb0b5"
14-
sha256 cellar: :any, ventura: "be03dd99e7bb5d942650a94edbec4c2500ec388a0de91b0af68ef6aae4eb3e7a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "954903225e6903f0447d241e1a9bc42dab9ae66e5aff78d5b1cde950261bea40"
10+
sha256 cellar: :any, arm64_sequoia: "dd24996db87e0756384539d8c2598aa55d0349c12b5b6147fd247dee1be37af5"
11+
sha256 cellar: :any, arm64_sonoma: "d53ee453c66dac7c2224878716db04dd061042d6db76d8677805500adb2ac1a3"
12+
sha256 cellar: :any, arm64_ventura: "a5cafe2334eacd9edbbf40e50b70f7edeaa8d9353f1c265ce191093d2a0436f4"
13+
sha256 cellar: :any, sonoma: "3e7feff675fb3fb19547ca13cbd574e75858f2beff4cc0dae5cf0c34c9077d22"
14+
sha256 cellar: :any, ventura: "133138d221950a08502d2fe07503dac2e4e91bfc57ffa189a77caf09e7410a80"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f41cb1f19e27ec162ed15777401528db2e4b3806f4d941ef099506b5066407df"
1616
end
1717

1818
depends_on "cmake" => :build

Formula/b/brpc.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Brpc < Formula
22
desc "Better RPC framework"
33
homepage "https://brpc.apache.org/"
44
license "Apache-2.0"
5-
revision 3
5+
revision 4
66
head "https://github.com/apache/brpc.git", branch: "master"
77

88
stable do
@@ -17,12 +17,12 @@ class Brpc < Formula
1717
end
1818

1919
bottle do
20-
sha256 cellar: :any, arm64_sequoia: "936ae5d786f34fa6a42ec96490e3b755a11a9d8629115068e8351fb4d67d52e3"
21-
sha256 cellar: :any, arm64_sonoma: "3da1715944951eb5d0804c46b8af9b91e542e344dd2b61c7bc577d25da52679c"
22-
sha256 cellar: :any, arm64_ventura: "ec604fabcd98acf3278497d1a6123c1d02d426c55d38d249584aa08daec1ac11"
23-
sha256 cellar: :any, sonoma: "d5b5088575f73b50330fc29390de7cf5a9ec1465d50a732255b7db9e89ad86dd"
24-
sha256 cellar: :any, ventura: "6139f7f3cae9e2b5e52327f2645a49fd0aadf7e28a17fead4284397e3d202dde"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9858a95aa4eb0ddc2fcee3efbad34632079bd1d4ae273510130d581eeed4a1fc"
20+
sha256 cellar: :any, arm64_sequoia: "eb2a217b6a15d024383db4495ec31b21b71c07d2143e70c065a89c91ef89a8b5"
21+
sha256 cellar: :any, arm64_sonoma: "8e0fa646436632a15531861173532aa25cbac877c35ef923d3bde67cf6d0a4c8"
22+
sha256 cellar: :any, arm64_ventura: "b2d1ff9446f158882727b217770c2baed248ef7518434a4150a434c868a52a4d"
23+
sha256 cellar: :any, sonoma: "cf962c233f7fb9b420aa554dd49d887220a5a3ecd677d88d7838e14479899974"
24+
sha256 cellar: :any, ventura: "83fc938be0702f533ad1d150a7ced121eeb0a3d030963dc33fb6c331ded33332"
25+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0047368bf19a6886e63c48ad09470c3f3375719eeefda05108dd7cbd762d8a00"
2626
end
2727

2828
depends_on "cmake" => :build

Formula/e/etcd-cpp-apiv3.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ class EtcdCppApiv3 < Formula
44
url "https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3/archive/refs/tags/v0.15.4.tar.gz"
55
sha256 "4516ecfa420826088c187efd42dad249367ca94ea6cdfc24e3030c3cf47af7b4"
66
license "BSD-3-Clause"
7-
revision 21
7+
revision 22
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "6d6ae84407c0758d8265f332e16caec88621738d04991b52c6d72dea9646c5e7"
11-
sha256 cellar: :any, arm64_sonoma: "e92b1654ced5064dd7daa6823f599b90b91d021527fc1d3a38f7d498ffb049ba"
12-
sha256 cellar: :any, arm64_ventura: "551a82cabf43176e8d4b6df58a13246007a96cf099a140e2ed7b206012eabce3"
13-
sha256 cellar: :any, sonoma: "7dfd094adf73d03420eda38b5421257ff5a004ac8a577c35ccee2fb412df78fa"
14-
sha256 cellar: :any, ventura: "e98303ed7aa84cbfa5b43f6c11c43cb4bc4b7df9ea30fa51e91b598854ba86ce"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2cd649cf7819ea4f55d89def271add076425b935e7b27a8bd7637209d50d44b7"
10+
sha256 cellar: :any, arm64_sequoia: "7b909ce1a6abbd556e524d3645631c3f1a7e8213acec3af13df084e1be7a9934"
11+
sha256 cellar: :any, arm64_sonoma: "70f3bc075708c978586dfba040ffbc17bbe2bcc878088f40b9c56dbe764c9cc4"
12+
sha256 cellar: :any, arm64_ventura: "ce620e2ee2b4e38e7d07222a3821c20b437313d6f76f4ae9315d9322e2ed2c6c"
13+
sha256 cellar: :any, sonoma: "516330d3e307302ebd7eee110abdcb290e9ea851ff60ce222ebdda3faf4241ba"
14+
sha256 cellar: :any, ventura: "1fa89cad41b81a3a2b4e0bcb47c86f509b87ec344ecfb68229c43245c6808d4a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7bfaedd08c4af768dea7567a4f3efc3341e284a09c3cf626a5ce2687a888cce5"
1616
end
1717

1818
depends_on "cmake" => [:build, :test]

Formula/f/fastnetmon.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ class Fastnetmon < Formula
44
url "https://github.com/pavel-odintsov/fastnetmon/archive/refs/tags/v1.2.7.tar.gz"
55
sha256 "c21fcbf970214dd48ee8aa11e6294e16bea86495085315e7b370a84b316d0af9"
66
license "GPL-2.0-only"
7-
revision 11
7+
revision 12
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "c9299b17e960a0a658eb30f446e0ab73844347c3cfbc47d23a83cfac265bad54"
11-
sha256 cellar: :any, arm64_sonoma: "ce88a842e3dd91f51e77177329a98140cedfbc56eb29ee817fc607aef4c4d999"
12-
sha256 cellar: :any, arm64_ventura: "d0555ae5c9470e421f2f34dcd3e132758a18a3b36a2f6467be87c1fb1dbe8834"
13-
sha256 cellar: :any, sonoma: "f099031849eaade4336780175c076e494393be12ffe340e62927c1be849a5024"
14-
sha256 cellar: :any, ventura: "280c6e9153debe69a71513af6fc47a65a520a1af76842265a32493531fa23b47"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d5d6eef3e64d59b152ae60f728174f2a87c5a6518cc17925c9756e53855a1676"
10+
sha256 cellar: :any, arm64_sequoia: "6380d2fdfc74225a33188202240b3e1837eee93e72aabb2bbefd593772d30078"
11+
sha256 cellar: :any, arm64_sonoma: "64589287f0db12603e4fe671567afd9c15cf05f2c9e3f1cc7b1ea2ab3013315d"
12+
sha256 cellar: :any, arm64_ventura: "6160dff946cadac6865affd5a080e01a65370f62977bffe97fbb4ba31f04f3fb"
13+
sha256 cellar: :any, sonoma: "6d9461193a60bb736f357054ffe1decc6c6a9f1056067d44a5a45f08ebda9196"
14+
sha256 cellar: :any, ventura: "c78087aef9648f6bddeb631bb67703f1dedcdc4d9e64efd238a7adf7f7a3d7c7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "09f741470e37c1632331c4c30262d7b15fecb6ed0d6e16dae8105cf5cf337fe5"
1616
end
1717

1818
depends_on "cmake" => :build

Formula/g/grpc.rb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class Grpc < Formula
55
tag: "v1.69.0",
66
revision: "b4ef7c141d960be62e0008601261bb22cecb5d40"
77
license "Apache-2.0"
8+
revision 1
89
head "https://github.com/grpc/grpc.git", branch: "master"
910

1011
# There can be a notable gap between when a version is tagged and a
@@ -19,12 +20,12 @@ class Grpc < Formula
1920
end
2021

2122
bottle do
22-
sha256 cellar: :any, arm64_sequoia: "393f2d5969b20f5d1b628051e26ba8a03ad60c4a17d295cc0cb28c779f2a538b"
23-
sha256 cellar: :any, arm64_sonoma: "cec1829895c65eccb68867c6a7bd2b022e759d825a6d6a43a1c0c7b97f055b46"
24-
sha256 cellar: :any, arm64_ventura: "307592f3df9cf555f958f747e63b7bdc13e6a74b8dfdb0043018964a17b4c260"
25-
sha256 cellar: :any, sonoma: "0b55a1c273ecd2c0109e158df0951f4c468fff1a13e196a67c0c0d47730f89da"
26-
sha256 cellar: :any, ventura: "2492731f7ad388e4311fe813fbe0ab11b58c6ec55cb111549d7129a2f341c93a"
27-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eacd4c2af4fd46c5a295d517cd1f73c93e8c128a17e96b2595dee08926e534ca"
23+
sha256 cellar: :any, arm64_sequoia: "7572245bde5a1f4673635152ba2088a3ee1c693250d36d9de365cde9b3d012eb"
24+
sha256 cellar: :any, arm64_sonoma: "10d17348fa2d7825891dc91c8645f285f92b3819598417bde6b7ff80c532e11b"
25+
sha256 cellar: :any, arm64_ventura: "1d68d5196da902686b3881013d1605437e68331071c7a323e24cc0c7d172368c"
26+
sha256 cellar: :any, sonoma: "072e62dd224ea8a11940bcf6c9c63f451e75c488bf2479bc8da9fdc80d261e51"
27+
sha256 cellar: :any, ventura: "5e04507155643829883be55b29129366c7c794b7bd44f89f4738d4db86385fa5"
28+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8348d134884640c23d6f4198d64882a8204b34c87796b46edd2741fc24909abc"
2829
end
2930

3031
depends_on "autoconf" => :build

Formula/lib/libphonenumber.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ class Libphonenumber < Formula
44
url "https://github.com/google/libphonenumber/archive/refs/tags/v8.13.52.tar.gz"
55
sha256 "672758f48fdffcf0be48894824c72c729c07b914a04626e24fa01945bb09ca53"
66
license "Apache-2.0"
7-
revision 2
7+
revision 3
88

99
livecheck do
1010
url :stable
1111
strategy :github_latest
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "8f9d906ac50082edaa863e023e790a8059f71362068b6b87083c2749e709020e"
16-
sha256 cellar: :any, arm64_sonoma: "834dc66ce128813dede8c7b73844965ca90485697d0728c24cfc09e4baef8c35"
17-
sha256 cellar: :any, arm64_ventura: "47d6b974debd630cc154af7c2598191fd853434c0ef11fdfc82862c6e860d9aa"
18-
sha256 cellar: :any, sonoma: "c8b4b905e7eb1ee7235f313bf0f32cd9186c747079a371db125021d79afc0296"
19-
sha256 cellar: :any, ventura: "32c5e5649cf10423c78309e38ce8250d6747ff7d1fb558d67fb20d338b2301c6"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d89328a35661597724a9689bb982611d34da7779754e320e1ef05ea4f1a988e"
15+
sha256 cellar: :any, arm64_sequoia: "dec96133a5065c0eb6cfd686151815c0369ca4867219f0c9f92166a532ee51ca"
16+
sha256 cellar: :any, arm64_sonoma: "0c44bc4579fcffe0248965542521cf5f937f6ce2c7bcbc1d54fc7ac60e4706ea"
17+
sha256 cellar: :any, arm64_ventura: "a2df3abaf0c068fc312e0869e34792ad9dbdeec9a8398ab47c5de1143a14d994"
18+
sha256 cellar: :any, sonoma: "53e8db37ef9cea715d4786abd31221ef637f9bcb854d9d07c0874e067f19c844"
19+
sha256 cellar: :any, ventura: "ff58f8fcb015cdd1b329503dbd8b17c10ac29a3e5f4cfde0cde955c6e6ba044a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "abddf5862d6fc212bbd7728f930ae73d121cbca6f965743458b985d4a6e6cd68"
2121
end
2222

2323
depends_on "cmake" => [:build, :test]

Formula/lib/libpulsar.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ class Libpulsar < Formula
55
mirror "https://archive.apache.org/dist/pulsar/pulsar-client-cpp-3.6.0/apache-pulsar-client-cpp-3.6.0.tar.gz"
66
sha256 "522ca67bc911fcd4c0c9e4278628c9167b614a887c63fb04b04370156254d3b3"
77
license "Apache-2.0"
8-
revision 6
8+
revision 7
99

1010
bottle do
11-
sha256 cellar: :any, arm64_sequoia: "816b2ec9deccd1d19669f28e487ab75e05ea77055fcfd443f0dcd2dda83fabf4"
12-
sha256 cellar: :any, arm64_sonoma: "969e691bd2630a3d97c9291675cd12afe9e1ff81f1fd66ad0f72bcd3cb0c5d38"
13-
sha256 cellar: :any, arm64_ventura: "9fd142a31a4306e8fcf0d48b958310fd58b555aea54d5caa8d6df698e7d70254"
14-
sha256 cellar: :any, sonoma: "e7269ae02774170efad469b1ba26906b0d392202d6b0e5a02c8c1a166c9739a0"
15-
sha256 cellar: :any, ventura: "80379aa8ca491a0af30530e8cb27e7c821d4072d4752ee09d61bad51171a15e8"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7ab75ee9e7f26b90493dc4fb98f7f1b71d5decc400a56a4a3d10c9caf297ed8c"
11+
sha256 cellar: :any, arm64_sequoia: "1bb7bf6eaf3e6e92977bb797544ce31fdad49910ec0bd375db0ea4789ab35945"
12+
sha256 cellar: :any, arm64_sonoma: "874285b114c6691197709c1b7cbc248a5435b63c0504af23859996beea7fff4f"
13+
sha256 cellar: :any, arm64_ventura: "6b4ccbda0803501d327b27cb8afa56d49b3c6cfef5750607ba31d6ee05a2bab0"
14+
sha256 cellar: :any, sonoma: "68d58c966df0f5d5a71779773c6bb543098220a54c9b6fa87247bb0dbc1b184f"
15+
sha256 cellar: :any, ventura: "8ab149de3f777c4c65b78eea95b709fb97323c9e6c2f0d2a80355dc8970e61f4"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "78b634da78a5ce40542ae9d4e18cd0e2cc5aa0399c54acdb345a16402e044433"
1717
end
1818

1919
depends_on "asio" => :build # FIXME: Not compatible with Boost.Asio 1.87+

Formula/m/mavsdk.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ class Mavsdk < Formula
55
tag: "v2.14.1",
66
revision: "2b98c53af5f5c0ad5686816e85b47090569245a4"
77
license "BSD-3-Clause"
8-
revision 1
8+
revision 2
99

1010
livecheck do
1111
url :stable
1212
regex(/^v?(\d+(?:\.\d+)+)$/i)
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any, arm64_sequoia: "5ffbeedba126e8f0973ffd8147d74c98b898bf6915ca1ae1ec37101a8a39d572"
17-
sha256 cellar: :any, arm64_sonoma: "f97d98d1de65c499d2c8de5ab46d7ac699ff0352a18abaa6f512f95c9626eb1b"
18-
sha256 cellar: :any, arm64_ventura: "069cba7871409ed9fc5e8eb87ba49d7e9939cd421bbb1b26a440fc0b7b7238b5"
19-
sha256 cellar: :any, sonoma: "b709603b92c5b1e1e0c7715493f0c02cbbfd940dbe3fa247a7ff3d1a673a91c0"
20-
sha256 cellar: :any, ventura: "971bfb3cc05e45b8aa353b5e61995827a88061c274a6205ca31bd05b57a1b2ed"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "57d48fb109852d2f1231ebdb2aa260f46fd25d59860186245257b0af5abb38b5"
16+
sha256 cellar: :any, arm64_sequoia: "4e4d8021d0ae281f6988b0ebf503163cd0725628dbadc3954db921c892c36879"
17+
sha256 cellar: :any, arm64_sonoma: "007e3ad6b9a90529b5b4fece35da7003b8eab666c3aaf679132c2709e8d9f840"
18+
sha256 cellar: :any, arm64_ventura: "a525a9066cf47c4449b69dc7b223e6b8fa1649b6b4a7c9da61a41c9ab4374a1a"
19+
sha256 cellar: :any, sonoma: "b07cffe59fa26266aad436b7f5b719fc0f31e049a5bb10b39898a7ffbeea9cb5"
20+
sha256 cellar: :any, ventura: "06006fc1bdc8be83e4120867a6e3c6743b23fbbf2f4bbc26603106ade6b69c3e"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3a8595255722fe93466a1f9af6d54f19962e6fd14da75f9a72894b97f10d77f9"
2222
end
2323

2424
depends_on "cmake" => :build

0 commit comments

Comments
 (0)