From 88c7f83c8086f258f3ec25541b135c79e619a716 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sun, 17 Nov 2024 22:28:54 -0500 Subject: [PATCH 001/151] boost 1.87.0 Also drop support for single threaded variant similar to distros. Fedora dropped single-threaded due to no physical difference[^1]. Arch Linux[^2] and Debian[^3] dropped it even longer ago. [^1]: https://src.fedoraproject.org/rpms/boost/blob/rawhide/f/boost.spec#_2092 [^2]: https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/51d8bb08349d37309a9073bdf034516248012233 [^3]: https://salsa.debian.org/debian/boost/-/commit/226b0ced201790ec322b3109af1e1a3fa75917f3 --- Aliases/{boost@1.86 => boost@1.87} | 0 Formula/b/boost.rb | 24 ++++-------------------- 2 files changed, 4 insertions(+), 20 deletions(-) rename Aliases/{boost@1.86 => boost@1.87} (100%) diff --git a/Aliases/boost@1.86 b/Aliases/boost@1.87 similarity index 100% rename from Aliases/boost@1.86 rename to Aliases/boost@1.87 diff --git a/Formula/b/boost.rb b/Formula/b/boost.rb index dc47ad37a1eaf..cf75c6fb40f84 100644 --- a/Formula/b/boost.rb +++ b/Formula/b/boost.rb @@ -1,27 +1,11 @@ class Boost < Formula desc "Collection of portable C++ source libraries" homepage "https://www.boost.org/" + url "https://github.com/boostorg/boost/releases/download/boost-1.87.0/boost-1.87.0-b2-nodocs.tar.xz" + sha256 "3abd7a51118a5dd74673b25e0a3f0a4ab1752d8d618f4b8cea84a603aeecc680" license "BSL-1.0" - revision 2 head "https://github.com/boostorg/boost.git", branch: "master" - stable do - # TODO: Drop single-threaded libraries at version bump. - # https://github.com/Homebrew/homebrew-core/pull/182995 - url "https://github.com/boostorg/boost/releases/download/boost-1.86.0/boost-1.86.0-b2-nodocs.tar.xz" - sha256 "a4d99d032ab74c9c5e76eddcecc4489134282245fffa7e079c5804b92b45f51d" - - # Backport Boost.Compute support for latest Boost.Uuid - patch :p2 do - url "https://github.com/boostorg/compute/commit/79452d5279831ee59a650c17b71259a821f1a554.patch?full_index=1" - sha256 "ed4b9740c1f300ed0413498f0cba6f05389b570bec6a4b456d53314a2561d061" - end - patch :p2 do - url "https://github.com/boostorg/compute/commit/54915acaafa003b7aab6f24c74e7fdeaae297ad6.patch?full_index=1" - sha256 "1d1e83f4cb371003bad84a3789b2fecf215768f4a6f933444eaa4c26905f1e9f" - end - end - livecheck do url "https://www.boost.org/users/download/" regex(/href=.*?boost[._-]v?(\d+(?:[._]\d+)+)\.t/i) @@ -79,10 +63,10 @@ def install --libdir=#{lib} -d2 -j#{ENV.make_jobs} - --layout=tagged-1.66 + --layout=system --user-config=user-config.jam install - threading=multi,single + threading=multi link=shared,static ] From 03ee8bd65cf56212e5d5ec9d5189d284364fd62e Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sun, 17 Nov 2024 22:31:16 -0500 Subject: [PATCH 002/151] boost-bcp 1.87.0 --- Formula/b/boost-bcp.rb | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/Formula/b/boost-bcp.rb b/Formula/b/boost-bcp.rb index 3353c5856918a..928e4a00934a2 100644 --- a/Formula/b/boost-bcp.rb +++ b/Formula/b/boost-bcp.rb @@ -1,8 +1,8 @@ class BoostBcp < Formula desc "Utility for extracting subsets of the Boost library" homepage "https://www.boost.org/doc/tools/bcp/" - url "https://github.com/boostorg/boost/releases/download/boost-1.86.0/boost-1.86.0-b2-nodocs.tar.xz" - sha256 "a4d99d032ab74c9c5e76eddcecc4489134282245fffa7e079c5804b92b45f51d" + url "https://github.com/boostorg/boost/releases/download/boost-1.87.0/boost-1.87.0-b2-nodocs.tar.xz" + sha256 "3abd7a51118a5dd74673b25e0a3f0a4ab1752d8d618f4b8cea84a603aeecc680" license "BSL-1.0" head "https://github.com/boostorg/boost.git", branch: "master" @@ -24,19 +24,6 @@ class BoostBcp < Formula depends_on "boost-build" => :build depends_on "boost" => :test - # Fix build with latest boost::filesystem by applying commit from open PR - # PR ref: https://github.com/boostorg/bcp/pull/18 - patch do - url "https://github.com/boostorg/bcp/commit/cd21e9b4a749a77c24facf2da44f01e032c40842.patch?full_index=1" - sha256 "09fdccb8ebdef5d13bbccbeb48eec7d14bb6916c75ea5c14fc439ff2bbd0f080" - directory "tools/bcp" - end - patch do - url "https://github.com/boostorg/bcp/commit/c98516b5b76e9132eba78a399af9c95ec8d23bd4.patch?full_index=1" - sha256 "557221988cda08f5183310c5ef50fdef79e4c096c8e849cd42f170c802ba7b6a" - directory "tools/bcp" - end - def install cd "tools/bcp" do system "b2" From 356281647336a35799d2f7c3133f73b08be27ee0 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sun, 17 Nov 2024 22:33:14 -0500 Subject: [PATCH 003/151] boost-build 1.87.0 --- Formula/b/boost-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/boost-build.rb b/Formula/b/boost-build.rb index 7fc749e30724c..a950cf75ac244 100644 --- a/Formula/b/boost-build.rb +++ b/Formula/b/boost-build.rb @@ -1,8 +1,8 @@ class BoostBuild < Formula desc "C++ build system" homepage "https://www.boost.org/build/" - url "https://github.com/boostorg/build/archive/refs/tags/boost-1.86.0.tar.gz" - sha256 "243bc074d6ac3b55f91d6c16075ba73a1fd15918b2ccc5431c9be3c46ae06f21" + url "https://github.com/boostorg/build/archive/refs/tags/boost-1.87.0.tar.gz" + sha256 "827cf29078d41d6906e07f32715fccf1b4635f8995170e500b18b89a55fec10b" license "BSL-1.0" version_scheme 1 head "https://github.com/boostorg/build.git", branch: "develop" From a5b21fbaa6ea9f50e231253f0a61f2ce337682f3 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sun, 17 Nov 2024 22:37:00 -0500 Subject: [PATCH 004/151] boost-mpi 1.87.0 --- Formula/b/boost-mpi.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/b/boost-mpi.rb b/Formula/b/boost-mpi.rb index 3bc00cdff78f0..015cf26dd36ab 100644 --- a/Formula/b/boost-mpi.rb +++ b/Formula/b/boost-mpi.rb @@ -1,8 +1,8 @@ class BoostMpi < Formula desc "C++ library for C++/MPI interoperability" homepage "https://www.boost.org/" - url "https://github.com/boostorg/boost/releases/download/boost-1.86.0/boost-1.86.0-b2-nodocs.tar.xz" - sha256 "a4d99d032ab74c9c5e76eddcecc4489134282245fffa7e079c5804b92b45f51d" + url "https://github.com/boostorg/boost/releases/download/boost-1.87.0/boost-1.87.0-b2-nodocs.tar.xz" + sha256 "3abd7a51118a5dd74673b25e0a3f0a4ab1752d8d618f4b8cea84a603aeecc680" license "BSL-1.0" head "https://github.com/boostorg/boost.git", branch: "master" @@ -32,10 +32,10 @@ def install args = %W[ -d2 -j#{ENV.make_jobs} - --layout=tagged-1.66 + --layout=system --user-config=user-config.jam install - threading=multi,single + threading=multi link=shared,static ] @@ -44,6 +44,10 @@ def install args << "cxxflags=-std=c++11" args << "cxxflags=-stdlib=libc++" << "linkflags=-stdlib=libc++" if ENV.compiler == :clang + # Avoid linkage to boost container and graph modules + # Issue ref: https://github.com/boostorg/boost/issues/985 + args << "linkflags=-Wl,-dead_strip_dylibs" if OS.mac? + open("user-config.jam", "a") do |file| if OS.mac? file.write "using darwin : : #{ENV.cxx} ;\n" @@ -66,9 +70,6 @@ def install if OS.mac? # libboost_mpi links to libboost_serialization, which comes from the main boost formula boost = Formula["boost"] - MachO::Tools.change_install_name("#{lib}/libboost_mpi-mt.dylib", - "libboost_serialization-mt.dylib", - "#{boost.lib}/libboost_serialization-mt.dylib") MachO::Tools.change_install_name("#{lib}/libboost_mpi.dylib", "libboost_serialization.dylib", "#{boost.lib}/libboost_serialization.dylib") @@ -107,7 +108,7 @@ def install boost = Formula["boost"] args = ["-L#{lib}", "-L#{boost.lib}", - "-lboost_mpi-mt", + "-lboost_mpi", "-lboost_serialization", "-std=c++14"] From 93bb496e62bb79c963ad0821444263dae4b410c6 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sun, 17 Nov 2024 22:38:52 -0500 Subject: [PATCH 005/151] boost-python3 1.87.0 --- Formula/b/boost-python3.rb | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/Formula/b/boost-python3.rb b/Formula/b/boost-python3.rb index d73b5ebc4e051..b8d3972ecd9fb 100644 --- a/Formula/b/boost-python3.rb +++ b/Formula/b/boost-python3.rb @@ -1,8 +1,8 @@ class BoostPython3 < Formula desc "C++ library for C++/Python3 interoperability" homepage "https://www.boost.org/" - url "https://github.com/boostorg/boost/releases/download/boost-1.86.0/boost-1.86.0-b2-nodocs.tar.xz" - sha256 "a4d99d032ab74c9c5e76eddcecc4489134282245fffa7e079c5804b92b45f51d" + url "https://github.com/boostorg/boost/releases/download/boost-1.87.0/boost-1.87.0-b2-nodocs.tar.xz" + sha256 "3abd7a51118a5dd74673b25e0a3f0a4ab1752d8d618f4b8cea84a603aeecc680" license "BSL-1.0" head "https://github.com/boostorg/boost.git", branch: "master" @@ -25,18 +25,6 @@ class BoostPython3 < Formula depends_on "boost" depends_on "python@3.12" - # Backport support for numpy>=2 - patch do - url "https://github.com/boostorg/python/commit/0474de0f6cc9c6e7230aeb7164af2f7e4ccf74bf.patch?full_index=1" - sha256 "ac4f3e7bd4609c464a493cfe6a0e416bcd14fdadfc5c9f59a4c7d14e19aea80b" - directory "libs/python" - end - patch do - url "https://github.com/boostorg/python/commit/99a5352b5cf790c559a7b976c1ba99520431d9d1.patch?full_index=1" - sha256 "6a15028cb172ebbf3480d3f00d7d5f6cf03d2d3f7f8baf20b9f4250b43da16aa" - directory "libs/python" - end - def python3 "python3.12" end @@ -46,10 +34,10 @@ def install args = %W[ -d2 -j#{ENV.make_jobs} - --layout=tagged-1.66 + --layout=system --user-config=user-config.jam install - threading=multi,single + threading=multi link=shared,static ] @@ -58,6 +46,10 @@ def install args << "cxxflags=-std=c++14" args << "cxxflags=-stdlib=libc++" << "linkflags=-stdlib=libc++" if ENV.compiler == :clang + # Avoid linkage to boost container and graph modules + # Issue ref: https://github.com/boostorg/boost/issues/985 + args << "linkflags=-Wl,-dead_strip_dylibs" if OS.mac? + # disable python detection in bootstrap.sh; it guesses the wrong include # directory for Python 3 headers, so we configure python manually in # user-config.jam below. @@ -92,9 +84,8 @@ def install "python=#{pyver}", *args - lib.install buildpath.glob("install-python3/lib/*.*") - (lib/"cmake").install buildpath.glob("install-python3/lib/cmake/boost_python*") - (lib/"cmake").install buildpath.glob("install-python3/lib/cmake/boost_numpy*") + lib.install buildpath.glob("install-python3/lib/*{python,numpy}*") + (lib/"cmake").install buildpath.glob("install-python3/lib/cmake/*{python,numpy}*") end test do From d7c38bc8dabee6a9843a90d689bccdb9f2a932b2 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:26 -0500 Subject: [PATCH 006/151] apngasm: revision bump (boost 1.87.0) --- Formula/a/apngasm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/apngasm.rb b/Formula/a/apngasm.rb index 6cf16f4f9d500..349d7aac8a308 100644 --- a/Formula/a/apngasm.rb +++ b/Formula/a/apngasm.rb @@ -4,7 +4,7 @@ class Apngasm < Formula url "https://github.com/apngasm/apngasm/archive/refs/tags/3.1.10.tar.gz" sha256 "8171e2c1d37ab231a2061320cb1e5d15cee37642e3ce78e8ab0b8dfc45b80f6c" license "Zlib" - revision 14 + revision 15 head "https://github.com/apngasm/apngasm.git", branch: "master" bottle do From c7e4565952aa6e3901aa7a988d2a5b6dafccc0e2 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:27 -0500 Subject: [PATCH 007/151] augustus: revision bump (boost 1.87.0) --- Formula/a/augustus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/augustus.rb b/Formula/a/augustus.rb index a7056ffc715c0..b80a3a5094cc1 100644 --- a/Formula/a/augustus.rb +++ b/Formula/a/augustus.rb @@ -4,7 +4,7 @@ class Augustus < Formula url "https://github.com/Gaius-Augustus/Augustus/archive/refs/tags/v3.5.0.tar.gz" sha256 "5ed6ce6106303b800c5e91d37a250baff43b20824657b853ae04d11ad8bdd686" license "Artistic-1.0" - revision 7 + revision 8 head "https://github.com/Gaius-Augustus/Augustus.git", branch: "master" bottle do From ba63750ed2279e062d929426fa18bc013b3aacce Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:29 -0500 Subject: [PATCH 008/151] avro-cpp: revision bump (boost 1.87.0) --- Formula/a/avro-cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/avro-cpp.rb b/Formula/a/avro-cpp.rb index afe2bc8356036..86bc3d4538afd 100644 --- a/Formula/a/avro-cpp.rb +++ b/Formula/a/avro-cpp.rb @@ -8,7 +8,7 @@ class AvroCpp < Formula tag: "release-1.11.3", revision: "35ff8b997738e4d983871902d47bfb67b3250734" license "Apache-2.0" - revision 4 + revision 5 bottle do sha256 cellar: :any, arm64_sequoia: "68cc14a37de162f0006e51cd24bf8732037333c8b4f83d93281f5fd027322854" @@ -26,7 +26,7 @@ class AvroCpp < Formula depends_on "boost" def install - system "cmake", "-S", "lang/c++", "-B", "build", *std_cmake_args + system "cmake", "-S", "lang/c++", "-B", "build", "-DCMAKE_CXX_STANDARD=14", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" end From 4fefefa3d573f76d7972a2ba281f0c51dd705781 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:31 -0500 Subject: [PATCH 009/151] bastet: revision bump (boost 1.87.0) --- Formula/b/bastet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bastet.rb b/Formula/b/bastet.rb index 7e0fb6bbc23ae..1761df7e1e9e3 100644 --- a/Formula/b/bastet.rb +++ b/Formula/b/bastet.rb @@ -4,7 +4,7 @@ class Bastet < Formula url "https://github.com/fph/bastet/archive/refs/tags/0.43.2.tar.gz" sha256 "f219510afc1d83e4651fbffd5921b1e0b926d5311da4f8fa7df103dc7f2c403f" license "GPL-3.0-or-later" - revision 9 + revision 10 bottle do sha256 arm64_sequoia: "6573987f9ba4434ee5ed34901157c7a6f7f6cfd52d00e67b5955733c34a4b0e0" @@ -29,7 +29,7 @@ class Bastet < Formula def install inreplace %w[Config.cpp bastet.6], "/var", var - ENV.append "CXXFLAGS", "-std=c++14" + ENV.append "CXX", "-std=c++14" system "make", "all" From 94c20a0f962bd1207fecff7a943724e4a81eafa8 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:32 -0500 Subject: [PATCH 010/151] c10t: revision bump (boost 1.87.0) --- Formula/c/c10t.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/c/c10t.rb b/Formula/c/c10t.rb index 02051891d7d0b..a4d9e4e1517bc 100644 --- a/Formula/c/c10t.rb +++ b/Formula/c/c10t.rb @@ -4,7 +4,7 @@ class C10t < Formula url "https://github.com/udoprog/c10t/archive/refs/tags/1.7.tar.gz" sha256 "0e5779d517105bfdd14944c849a395e1a8670bedba5bdab281a0165c3eb077dc" license "BSD-3-Clause" - revision 9 + revision 10 bottle do sha256 cellar: :any, arm64_sequoia: "0221ec0b0d70aa261b1de4b8bf9d6233f03938cd664e7507c032b90804679deb" @@ -51,7 +51,6 @@ class C10t < Formula def install ENV.cxx11 - inreplace "test/CMakeLists.txt", "boost_unit_test_framework", "boost_unit_test_framework-mt" args = [] unless OS.mac? From 08598efb9e00a2439906083839827241b5aff09f Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:33 -0500 Subject: [PATCH 011/151] collada-dom: revision bump (boost 1.87.0) --- Formula/c/collada-dom.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/collada-dom.rb b/Formula/c/collada-dom.rb index aaab29111c69c..b983f2eea80b3 100644 --- a/Formula/c/collada-dom.rb +++ b/Formula/c/collada-dom.rb @@ -4,7 +4,7 @@ class ColladaDom < Formula url "https://github.com/rdiankov/collada-dom/archive/refs/tags/v2.5.0.tar.gz" sha256 "3be672407a7aef60b64ce4b39704b32816b0b28f61ebffd4fbd02c8012901e0d" license "MIT" - revision 10 + revision 11 head "https://github.com/rdiankov/collada-dom.git", branch: "master" bottle do From 4557c50206744c28e9153db65197340f908866df Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:34 -0500 Subject: [PATCH 012/151] colmap: revision bump (boost 1.87.0) --- Formula/c/colmap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/colmap.rb b/Formula/c/colmap.rb index 0a8c10e1629f5..5b5a5be3d8166 100644 --- a/Formula/c/colmap.rb +++ b/Formula/c/colmap.rb @@ -4,6 +4,7 @@ class Colmap < Formula url "https://github.com/colmap/colmap/archive/refs/tags/3.11.1.tar.gz" sha256 "d2c20729ab5b1198e17725b720128f304f4cfae5c0a8c20d75c0e9c5bdee5860" license "BSD-3-Clause" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "2f2cb0a6caf8b941d3b5b2ca5cd5ddf7719c1306b6f173358857ff3dcd1d4751" From ddd326b22ca0fd385a4fc5f45096c30ace5ac46e Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:37 -0500 Subject: [PATCH 013/151] cryfs: revision bump (boost 1.87.0) --- Formula/c/cryfs.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/cryfs.rb b/Formula/c/cryfs.rb index 30b14f5d4db95..501b49b84f19a 100644 --- a/Formula/c/cryfs.rb +++ b/Formula/c/cryfs.rb @@ -6,6 +6,7 @@ class Cryfs < Formula url "https://github.com/cryfs/cryfs/releases/download/1.0.1/cryfs-1.0.1.tar.gz" sha256 "5383cd77c4ef606bb44568e9130c35a996f1075ee1bdfb68471ab8bc8229e711" license "LGPL-3.0-or-later" + revision 1 head "https://github.com/cryfs/cryfs.git", branch: "develop" bottle do From 34c5233527ba407b3d544573738eaf84d61276fb Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:38 -0500 Subject: [PATCH 014/151] dspdfviewer: revision bump (boost 1.87.0) --- Formula/d/dspdfviewer.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Formula/d/dspdfviewer.rb b/Formula/d/dspdfviewer.rb index 31f445c1a7e62..6a363ffe0dbc7 100644 --- a/Formula/d/dspdfviewer.rb +++ b/Formula/d/dspdfviewer.rb @@ -4,7 +4,7 @@ class Dspdfviewer < Formula url "https://github.com/dannyedel/dspdfviewer/archive/refs/tags/v1.15.1.tar.gz" sha256 "c5b6f8c93d732e65a27810286d49a4b1c6f777d725e26a207b14f6b792307b03" license "GPL-2.0-or-later" - revision 22 + revision 23 head "https://github.com/dannyedel/dspdfviewer.git", branch: "master" bottle do @@ -39,6 +39,10 @@ class Dspdfviewer < Formula end def install + # Allow setting CMAKE_CXX_STANDARD in args + inreplace "cmake/compiler_clang.cmake", 'add_definitions("-std=c++11")', "" + inreplace "cmake/compiler_gnu_gcc.cmake", "add_definitions(-std=c++11)", "" + args = %w[ -DRunDualScreenTests=OFF -DUsePrerenderedPDF=ON From 3107540ecd1ded5ff2897190ddb3bf025becbf96 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:40 -0500 Subject: [PATCH 015/151] dwarfs: revision bump (boost 1.87.0) --- Formula/d/dwarfs.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/d/dwarfs.rb b/Formula/d/dwarfs.rb index 7b923d505557b..31756d7f5743d 100644 --- a/Formula/d/dwarfs.rb +++ b/Formula/d/dwarfs.rb @@ -4,6 +4,7 @@ class Dwarfs < Formula url "https://github.com/mhx/dwarfs/releases/download/v0.10.2/dwarfs-0.10.2.tar.xz" sha256 "36767290a39f92782e41daaa3eb45e39550ad1a4294a6d8365bc0f456f75f00c" license "GPL-3.0-or-later" + revision 1 livecheck do url :stable @@ -83,7 +84,7 @@ def install end system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args - system "cmake", "--build", "build", "--parallel" + system "cmake", "--build", "build" system "cmake", "--install", "build" end From 31beee4624c2691ec2b692c382510cc68d1800c0 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:41 -0500 Subject: [PATCH 016/151] edencommon: revision bump (boost 1.87.0) --- Formula/e/edencommon.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/e/edencommon.rb b/Formula/e/edencommon.rb index 919b2addda9e5..cca61187db229 100644 --- a/Formula/e/edencommon.rb +++ b/Formula/e/edencommon.rb @@ -4,6 +4,7 @@ class Edencommon < Formula url "https://github.com/facebookexperimental/edencommon/archive/refs/tags/v2024.12.02.00.tar.gz" sha256 "1f52af7c2abca0afb9842f7c698449bd9eb7118d8be1e90255db6f2f2c46a272" license "MIT" + revision 1 head "https://github.com/facebookexperimental/edencommon.git", branch: "main" bottle do @@ -17,6 +18,7 @@ class Edencommon < Formula depends_on "cmake" => :build depends_on "googletest" => :build + depends_on "mvfst" => :build depends_on "wangle" => :build depends_on "boost" depends_on "fb303" @@ -68,7 +70,7 @@ def install system ENV.cxx, "-std=c++17", "-I#{include}", "test.cc", "-L#{lib}", "-L#{Formula["folly"].opt_lib}", "-L#{Formula["boost"].opt_lib}", "-L#{Formula["glog"].opt_lib}", "-L#{Formula["fmt"].opt_lib}", - "-ledencommon_utils", "-lfolly", "-lfmt", "-lboost_context-mt", "-lglog", "-o", "test" + "-ledencommon_utils", "-lfolly", "-lfmt", "-lboost_context", "-lglog", "-o", "test" assert_match "ruby", shell_output("./test #{Process.pid}") end end From 5708b33ee40d8d3f683135be0d41569c1fb142ec Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:42 -0500 Subject: [PATCH 017/151] eigenpy: revision bump (boost-python3 1.87.0) --- Formula/e/eigenpy.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/e/eigenpy.rb b/Formula/e/eigenpy.rb index 1437f7837388c..498dd6ab427e3 100644 --- a/Formula/e/eigenpy.rb +++ b/Formula/e/eigenpy.rb @@ -4,6 +4,7 @@ class Eigenpy < Formula url "https://github.com/stack-of-tasks/eigenpy/releases/download/v3.10.1/eigenpy-3.10.1.tar.gz" sha256 "7b4ea31c8eda2eeba6b1ebb22ebfe72b650e04da20e6ef48d48008c2afb1bbc4" license "BSD-2-Clause" + revision 1 head "https://github.com/stack-of-tasks/eigenpy.git", branch: "master" bottle do From 64af3d36dc159950094c06e2288c21c5ed345bed Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:45 -0500 Subject: [PATCH 018/151] fbthrift: revision bump (boost 1.87.0) --- Formula/f/fbthrift.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/f/fbthrift.rb b/Formula/f/fbthrift.rb index 3e83ff42f4696..3ac5254ad5499 100644 --- a/Formula/f/fbthrift.rb +++ b/Formula/f/fbthrift.rb @@ -4,6 +4,7 @@ class Fbthrift < Formula url "https://github.com/facebook/fbthrift/archive/refs/tags/v2024.12.02.00.tar.gz" sha256 "c394eb7a607c54f6ec57979b06f4ebdcab6b3ae66ef71ad4a532b98ed39027fe" license "Apache-2.0" + revision 1 head "https://github.com/facebook/fbthrift.git", branch: "main" bottle do From 4404be8de3f09e3f9479bcf6cc66ecc687bd3c9e Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:46 -0500 Subject: [PATCH 019/151] field3d: revision bump (boost 1.87.0) --- Formula/f/field3d.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/field3d.rb b/Formula/f/field3d.rb index bb53b10e70eac..379d4215bc7f5 100644 --- a/Formula/f/field3d.rb +++ b/Formula/f/field3d.rb @@ -4,7 +4,7 @@ class Field3d < Formula url "https://github.com/imageworks/Field3D/archive/refs/tags/v1.7.3.tar.gz" sha256 "b6168bc27abe0f5e9b8d01af7794b3268ae301ac72b753712df93125d51a0fd4" license "BSD-3-Clause" - revision 10 + revision 11 bottle do sha256 cellar: :any, arm64_sonoma: "badf01fe9f3ce3d876aa212afe849e2597ab7e7c0d881622895e73f7c05951ac" From 3228924956d49bce83df74cf1040212468924a79 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:48 -0500 Subject: [PATCH 020/151] folly: revision bump (boost 1.87.0) --- Formula/f/folly.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/f/folly.rb b/Formula/f/folly.rb index dbcc75e8ef538..cbd349ec6e917 100644 --- a/Formula/f/folly.rb +++ b/Formula/f/folly.rb @@ -4,6 +4,7 @@ class Folly < Formula url "https://github.com/facebook/folly/archive/refs/tags/v2024.12.02.00.tar.gz" sha256 "8cce5b638aad2f7284e1db2ddf39123f4df8d81f9e3efc516200aab6e89f2206" license "Apache-2.0" + revision 1 head "https://github.com/facebook/folly.git", branch: "main" bottle do From 7bc491b302a69b7a03dc52987de014ff3d92b945 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:49 -0500 Subject: [PATCH 021/151] freeling: revision bump (boost 1.87.0) --- Formula/f/freeling.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/freeling.rb b/Formula/f/freeling.rb index 13491ec59c97a..5f073656aa8b6 100644 --- a/Formula/f/freeling.rb +++ b/Formula/f/freeling.rb @@ -4,7 +4,7 @@ class Freeling < Formula url "https://github.com/TALP-UPC/FreeLing/releases/download/4.2/FreeLing-src-4.2.1.tar.gz" sha256 "c672a6379142ac2e872741e7662f17eccd8230bffc680564d2843d87480f1600" license "AGPL-3.0-only" - revision 7 + revision 8 bottle do sha256 cellar: :any, arm64_sequoia: "bb16cae69ece5d45a27ec4e4a7c19f767bae6e86adde1b7c6cc62eebf5f0f332" From 3fffd1f26d98409d1c517b49affd25bb4b41ffde Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:50 -0500 Subject: [PATCH 022/151] fuego: revision bump (boost 1.87.0) --- Formula/f/fuego.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fuego.rb b/Formula/f/fuego.rb index 98f637938eef7..1947b4e902e13 100644 --- a/Formula/f/fuego.rb +++ b/Formula/f/fuego.rb @@ -4,7 +4,7 @@ class Fuego < Formula url "https://svn.code.sf.net/p/fuego/code/trunk", revision: "1981" version "1.1" license any_of: ["GPL-3.0-only", "LGPL-3.0-only"] - revision 12 + revision 13 version_scheme 1 head "https://svn.code.sf.net/p/fuego/code/trunk" From 4b690063303a47c537e559d6b9cca56414895461 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:52 -0500 Subject: [PATCH 023/151] gearman: revision bump (boost 1.87.0) --- Formula/g/gearman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gearman.rb b/Formula/g/gearman.rb index b4c424c25004d..a0d6abdff150a 100644 --- a/Formula/g/gearman.rb +++ b/Formula/g/gearman.rb @@ -4,7 +4,7 @@ class Gearman < Formula url "https://github.com/gearman/gearmand/releases/download/1.1.21/gearmand-1.1.21.tar.gz" sha256 "2688b83e48f26fdcd4fbaef2413ff1a76c9ecb067d1621d0e0986196efecd308" license "BSD-3-Clause" - revision 3 + revision 4 bottle do sha256 cellar: :any, arm64_sequoia: "5cdfdb84c2102f65926d2265929435a919eca018f7535e7cc68c022923065b18" From b61aaf060b12503dc38672202e65575ffa101380 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:54 -0500 Subject: [PATCH 024/151] gource: revision bump (boost 1.87.0) --- Formula/g/gource.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gource.rb b/Formula/g/gource.rb index ab4c3f97c276d..01a9bb0ee8cb7 100644 --- a/Formula/g/gource.rb +++ b/Formula/g/gource.rb @@ -4,7 +4,7 @@ class Gource < Formula url "https://github.com/acaudwell/Gource/releases/download/gource-0.55/gource-0.55.tar.gz" sha256 "c8239212d28b07508d9e477619976802681628fc25eb3e04f6671177013c0142" license "GPL-3.0-or-later" - revision 1 + revision 2 bottle do sha256 arm64_sequoia: "c735cd51d9e849ddae9f6fe7fee81279a997eed45faee857806e0f3fc0f7d560" From 71b6085f6a0f41ac0654421b3cb0917210315870 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:56 -0500 Subject: [PATCH 025/151] graph-tool: revision bump (boost 1.87.0) --- Formula/g/graph-tool.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/g/graph-tool.rb b/Formula/g/graph-tool.rb index 30a9508c6bcc1..9bfc735e6a992 100644 --- a/Formula/g/graph-tool.rb +++ b/Formula/g/graph-tool.rb @@ -6,6 +6,7 @@ class GraphTool < Formula url "https://downloads.skewed.de/graph-tool/graph-tool-2.80.tar.bz2" sha256 "c1a70e075dbe728fad25dc3f5a9a9597880a6d6ff68435b91d21f0b44ef8dbe6" license "LGPL-3.0-or-later" + revision 1 livecheck do url "https://downloads.skewed.de/graph-tool/" @@ -144,9 +145,9 @@ def install args = %W[ PYTHON=#{python} --with-python-module-path=#{prefix/site_packages} - --with-boost-python=boost_python#{xy.to_s.delete(".")}-mt + --with-boost-python=boost_python#{xy.to_s.delete(".")} --with-boost-libdir=#{Formula["boost"].opt_lib} - --with-boost-coroutine=boost_coroutine-mt + --with-boost-coroutine=boost_coroutine --disable-silent-rules ] args << "PYTHON_LIBS=-undefined dynamic_lookup" if OS.mac? From f580c708ccc3adb3d3f950706a3b61428dc975c7 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:57 -0500 Subject: [PATCH 026/151] coal: revision bump (boost 1.87.0) --- Formula/c/coal.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/coal.rb b/Formula/c/coal.rb index 5e1f32689d532..0d61376f38ae0 100644 --- a/Formula/c/coal.rb +++ b/Formula/c/coal.rb @@ -4,6 +4,7 @@ class Coal < Formula url "https://github.com/coal-library/coal/releases/download/v3.0.0/coal-3.0.0.tar.gz" sha256 "6a9cbd4684e907fd16577e5227fbace06ac15ca861c0846dfe5bc81e565fb1e7" license "BSD-2-Clause" + revision 1 head "https://github.com/coal-library/coal.git", branch: "devel" livecheck do From a3100b9bfcb3df7cdd20c23eadaafeae3f98f4b3 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:00:59 -0500 Subject: [PATCH 027/151] innoextract: revision bump (boost 1.87.0) --- Formula/i/innoextract.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/innoextract.rb b/Formula/i/innoextract.rb index 4b4b01b66cf09..e0d0d5d2027b8 100644 --- a/Formula/i/innoextract.rb +++ b/Formula/i/innoextract.rb @@ -4,7 +4,7 @@ class Innoextract < Formula url "https://constexpr.org/innoextract/files/innoextract-1.9.tar.gz" sha256 "6344a69fc1ed847d4ed3e272e0da5998948c6b828cb7af39c6321aba6cf88126" license "Zlib" - revision 9 + revision 10 head "https://github.com/dscharrer/innoextract.git", branch: "master" livecheck do From 1312ba9ef38c594bccdb74a2998dc170030eff1a Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:01 -0500 Subject: [PATCH 028/151] ledger: revision bump (boost 1.87.0) --- Formula/l/ledger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/l/ledger.rb b/Formula/l/ledger.rb index 262d1f86a647d..06d5559a19d85 100644 --- a/Formula/l/ledger.rb +++ b/Formula/l/ledger.rb @@ -2,7 +2,7 @@ class Ledger < Formula desc "Command-line, double-entry accounting tool" homepage "https://ledger-cli.org/" license "BSD-3-Clause" - revision 6 + revision 7 head "https://github.com/ledger/ledger.git", branch: "master" stable do From b7c9d980ebf476ea7f94a3ed1c1f7565072ac48a Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:02 -0500 Subject: [PATCH 029/151] leela-zero: revision bump (boost 1.87.0) --- Formula/l/leela-zero.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/l/leela-zero.rb b/Formula/l/leela-zero.rb index 097041be57dd7..5f212cfbd9a73 100644 --- a/Formula/l/leela-zero.rb +++ b/Formula/l/leela-zero.rb @@ -6,7 +6,7 @@ class LeelaZero < Formula tag: "v0.17", revision: "3f297889563bcbec671982c655996ccff63fa253" license "GPL-3.0-or-later" - revision 8 + revision 9 bottle do sha256 cellar: :any, arm64_sequoia: "5c808d7abd764508dbbeda62b0f4f86cb2d117995422f872a2d6515515b46811" From b54ba19504b1896e906866fe50cd16c8bf9f39c8 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:03 -0500 Subject: [PATCH 030/151] lgogdownloader: revision bump (boost 1.87.0) --- Formula/l/lgogdownloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/l/lgogdownloader.rb b/Formula/l/lgogdownloader.rb index d50b099e1d66d..67d35363f610e 100644 --- a/Formula/l/lgogdownloader.rb +++ b/Formula/l/lgogdownloader.rb @@ -4,7 +4,7 @@ class Lgogdownloader < Formula url "https://github.com/Sude-/lgogdownloader/releases/download/v3.15/lgogdownloader-3.15.tar.gz" sha256 "9946558bb30b72cd5ed712e7fc425eef4b2a1fd22b5475d1a998720800cd25f0" license "WTFPL" - revision 1 + revision 2 head "https://github.com/Sude-/lgogdownloader.git", branch: "master" livecheck do From 2d330e7bdbfaf1facf67ae60cb233b778754be44 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:05 -0500 Subject: [PATCH 031/151] libphonenumber: revision bump (boost 1.87.0) --- Formula/lib/libphonenumber.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/lib/libphonenumber.rb b/Formula/lib/libphonenumber.rb index 58170d0ea8071..7e60e96541885 100644 --- a/Formula/lib/libphonenumber.rb +++ b/Formula/lib/libphonenumber.rb @@ -4,6 +4,7 @@ class Libphonenumber < Formula url "https://github.com/google/libphonenumber/archive/refs/tags/v8.13.52.tar.gz" sha256 "672758f48fdffcf0be48894824c72c729c07b914a04626e24fa01945bb09ca53" license "Apache-2.0" + revision 1 livecheck do url :stable From 602786d52df5dda463a6c82cb7f69c50cea1ab57 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:06 -0500 Subject: [PATCH 032/151] libtorrent-rasterbar: revision bump (boost 1.87.0) --- Formula/lib/libtorrent-rasterbar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/lib/libtorrent-rasterbar.rb b/Formula/lib/libtorrent-rasterbar.rb index 669e69c2a92cf..e0746b979fd5a 100644 --- a/Formula/lib/libtorrent-rasterbar.rb +++ b/Formula/lib/libtorrent-rasterbar.rb @@ -4,7 +4,7 @@ class LibtorrentRasterbar < Formula url "https://github.com/arvidn/libtorrent/releases/download/v2.0.10/libtorrent-rasterbar-2.0.10.tar.gz" sha256 "fc935b8c1daca5c0a4d304bff59e64e532be16bb877c012aea4bda73d9ca885d" license "BSD-3-Clause" - revision 2 + revision 3 head "https://github.com/arvidn/libtorrent.git", branch: "RC_2_0" livecheck do From a036c139bfdf56b6dac1f6a593afd3485617c3b6 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:07 -0500 Subject: [PATCH 033/151] logstalgia: revision bump (boost 1.87.0) --- Formula/l/logstalgia.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/l/logstalgia.rb b/Formula/l/logstalgia.rb index 5b09164b1a369..1a15778fab726 100644 --- a/Formula/l/logstalgia.rb +++ b/Formula/l/logstalgia.rb @@ -4,7 +4,7 @@ class Logstalgia < Formula url "https://github.com/acaudwell/Logstalgia/releases/download/logstalgia-1.1.4/logstalgia-1.1.4.tar.gz" sha256 "c049eff405e924035222edb26bcc6c7b5f00a08926abdb7b467e2449242790a9" license "GPL-3.0-or-later" - revision 5 + revision 6 bottle do sha256 arm64_sequoia: "9e8b7be5a60940996e39a2290dadf2fe4b07ee78b2cac15d504bcffe0de099da" From f2b91118aa8639192a9b4daf5adfca2e384b7300 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:08 -0500 Subject: [PATCH 034/151] maeparser: revision bump (boost 1.87.0) --- Formula/m/maeparser.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/maeparser.rb b/Formula/m/maeparser.rb index 5515cdd152502..e568feee0d59f 100644 --- a/Formula/m/maeparser.rb +++ b/Formula/m/maeparser.rb @@ -4,6 +4,7 @@ class Maeparser < Formula url "https://github.com/schrodinger/maeparser/archive/refs/tags/v1.3.1.tar.gz" sha256 "a8d80f67d1b9be6e23b9651cb747f4a3200132e7d878a285119c86bf44568e36" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "3a7ea0e057badfd3c4152ee82c7a168756fdf69a7ba860c52e76b54ee14db3b0" From cebbf42ec3f3c6f96ee01796cca04f05d8957ade Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:09 -0500 Subject: [PATCH 035/151] mapcrafter: revision bump (boost 1.87.0) --- Formula/m/mapcrafter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mapcrafter.rb b/Formula/m/mapcrafter.rb index aac4eb4444024..975046d4c2821 100644 --- a/Formula/m/mapcrafter.rb +++ b/Formula/m/mapcrafter.rb @@ -4,7 +4,7 @@ class Mapcrafter < Formula url "https://github.com/mapcrafter/mapcrafter/archive/refs/tags/v.2.4.tar.gz" sha256 "f3b698d34c02c2da0c4d2b7f4e251bcba058d0d1e4479c0418eeba264d1c8dae" license "GPL-3.0-or-later" - revision 12 + revision 13 bottle do sha256 cellar: :any, arm64_sequoia: "60fca734c298eb1039dc344ade09695af622b5f95dc7e11c79be16a9fbcf068e" From 9b83528dcea386d92e42503c15e971d1dd9ecb67 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:11 -0500 Subject: [PATCH 036/151] mapnik: revision bump (boost 1.87.0) --- Formula/m/mapnik.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/mapnik.rb b/Formula/m/mapnik.rb index 0aff285403d9c..cf324d2c4065a 100644 --- a/Formula/m/mapnik.rb +++ b/Formula/m/mapnik.rb @@ -6,6 +6,7 @@ class Mapnik < Formula tag: "v4.0.4", revision: "5d155480e196fdc1b0627c7cc7044f09751069f1" license "LGPL-2.1-or-later" + revision 1 head "https://github.com/mapnik/mapnik.git", branch: "master" livecheck do From d00abe035664d8c5da6f19b062ed708223937516 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:12 -0500 Subject: [PATCH 037/151] metaproxy: revision bump (boost 1.87.0) --- Formula/m/metaproxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/metaproxy.rb b/Formula/m/metaproxy.rb index 362d97d372984..40677f82b33f8 100644 --- a/Formula/m/metaproxy.rb +++ b/Formula/m/metaproxy.rb @@ -4,7 +4,7 @@ class Metaproxy < Formula url "https://ftp.indexdata.com/pub/metaproxy/metaproxy-1.21.0.tar.gz" sha256 "874223a820b15ee2626240c378eee71e31a4e6d3498a433c94409c949e654fae" license "GPL-2.0-or-later" - revision 5 + revision 6 # The homepage doesn't link to the latest source file, so we have to check # the directory listing page directly. From 7b91933b4cdcb44cde247cd19553b8773d498364 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:13 -0500 Subject: [PATCH 038/151] mgis: revision bump (boost-python3 1.87.0) --- Formula/m/mgis.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Formula/m/mgis.rb b/Formula/m/mgis.rb index 33b3f13d952b2..bd93bb281ecc3 100644 --- a/Formula/m/mgis.rb +++ b/Formula/m/mgis.rb @@ -4,7 +4,7 @@ class Mgis < Formula url "https://github.com/thelfer/MFrontGenericInterfaceSupport/archive/refs/tags/MFrontGenericInterfaceSupport-2.2.tar.gz" sha256 "b3776d7b3a534ca626525a42b97665f7660ae2b28ea57b3f53fd7e8538da1ceb" license any_of: ["LGPL-3.0-only", "CECILL-1.0"] - revision 3 + revision 4 head "https://github.com/thelfer/MFrontGenericInterfaceSupport.git", branch: "master" bottle do @@ -50,7 +50,12 @@ def install "-Denable-enable-static=OFF", "-Ddisable_python_library_linking=ON", "-DCMAKE_INSTALL_RPATH=#{rpath}", + "-DPython_ADDITIONAL_VERSIONS=#{Language::Python.major_minor_version python3}", ] + + site_packages = prefix/Language::Python.site_packages(python3) + args << "-DCMAKE_MODULE_LINKER_FLAGS=-Wl,-rpath,#{rpath(source: site_packages/"mgis")}" if OS.mac? + system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" From 1ad0f24c4b9709b76ae889d6fda2dd9c5caf9d32 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:14 -0500 Subject: [PATCH 039/151] mkvtoolnix: revision bump (boost 1.87.0) --- Formula/m/mkvtoolnix.rb | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/Formula/m/mkvtoolnix.rb b/Formula/m/mkvtoolnix.rb index 3c61716239b2b..bda3cb7301fcc 100644 --- a/Formula/m/mkvtoolnix.rb +++ b/Formula/m/mkvtoolnix.rb @@ -5,6 +5,7 @@ class Mkvtoolnix < Formula mirror "https://fossies.org/linux/misc/mkvtoolnix-88.0.tar.xz" sha256 "f2f08c0100740668ef8aba7953fe4aed8c04ee6a5b51717816a4b3d529df0a25" license "GPL-2.0-or-later" + revision 1 livecheck do url "https://mkvtoolnix.download/sources/" @@ -27,11 +28,13 @@ class Mkvtoolnix < Formula end depends_on "docbook-xsl" => :build + depends_on "gettext" => :build + depends_on "nlohmann-json" => :build depends_on "pkgconf" => :build + depends_on "utf8cpp" => :build depends_on "boost" depends_on "flac" depends_on "fmt" - depends_on "gettext" depends_on "gmp" depends_on "libebml" depends_on "libmatroska" @@ -39,17 +42,23 @@ class Mkvtoolnix < Formula depends_on "libvorbis" # https://mkvtoolnix.download/downloads.html#macosx depends_on macos: :catalina # C++17 - depends_on "nlohmann-json" depends_on "pugixml" depends_on "qt" - depends_on "utf8cpp" uses_from_macos "libxslt" => :build uses_from_macos "ruby" => :build uses_from_macos "zlib" + on_macos do + depends_on "gettext" + end + def install - ENV.cxx11 + # Remove bundled libraries + rm_r(buildpath.glob("lib/*") - buildpath.glob("lib/{avilib,librmff}*")) + + # Boost Math needs at least C++14, Qt needs at least C++17 + ENV.append "CXXFLAGS", "-std=c++17" features = %w[flac gmp libebml libmatroska libogg libvorbis] extra_includes = "" From b6f74eea82026ed944c6155afc35e28f94992b70 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:18 -0500 Subject: [PATCH 040/151] ncmpcpp: revision bump (boost 1.87.0) --- Formula/n/ncmpcpp.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/n/ncmpcpp.rb b/Formula/n/ncmpcpp.rb index 3a59b62531eb9..f0ac7fe3cea1b 100644 --- a/Formula/n/ncmpcpp.rb +++ b/Formula/n/ncmpcpp.rb @@ -5,6 +5,7 @@ class Ncmpcpp < Formula url "https://github.com/ncmpcpp/ncmpcpp/archive/refs/tags/0.10.1.tar.gz" sha256 "ddc89da86595d272282ae8726cc7913867b9517eec6e765e66e6da860b58e2f9" license "GPL-2.0-or-later" + revision 1 head "https://github.com/ncmpcpp/ncmpcpp.git", branch: "master" bottle do @@ -34,8 +35,6 @@ def install ENV.append "LDFLAGS", "-liconv" if OS.mac? ENV.prepend "LDFLAGS", "-L#{Formula["readline"].opt_lib}" ENV.prepend "CPPFLAGS", "-I#{Formula["readline"].opt_include}" - - ENV.append "BOOST_LIB_SUFFIX", "-mt" ENV.append "CXXFLAGS", "-D_XOPEN_SOURCE_EXTENDED" args = %w[ From 63927cf1fa31ac0f749e0037c9f33ff653064d65 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:19 -0500 Subject: [PATCH 041/151] nzbget: revision bump (boost 1.87.0) --- Formula/n/nzbget.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/n/nzbget.rb b/Formula/n/nzbget.rb index 14bee35821475..6d097d8bd16d9 100644 --- a/Formula/n/nzbget.rb +++ b/Formula/n/nzbget.rb @@ -4,6 +4,7 @@ class Nzbget < Formula url "https://github.com/nzbgetcom/nzbget/archive/refs/tags/v24.5.tar.gz" sha256 "d8a26fef9f92d63258251c69af01f39073a479e48c14114dc96d285470312c83" license "GPL-2.0-or-later" + revision 1 head "https://github.com/nzbgetcom/nzbget.git", branch: "develop" bottle do From 16e3c57ca7dbc2dd0bda9f80ba928c800f591738 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:20 -0500 Subject: [PATCH 042/151] ompl: revision bump (boost 1.87.0) --- Formula/o/ompl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/ompl.rb b/Formula/o/ompl.rb index 2193e3d89b323..8016555ed0a05 100644 --- a/Formula/o/ompl.rb +++ b/Formula/o/ompl.rb @@ -4,7 +4,7 @@ class Ompl < Formula url "https://github.com/ompl/ompl/archive/refs/tags/1.6.0.tar.gz" sha256 "f03daa95d2bbf1c21e91a38786242c245f4740f16aa9e9adbf7c7e0236e3c625" license "BSD-3-Clause" - revision 8 + revision 9 head "https://github.com/ompl/ompl.git", branch: "main" # We check the first-party download page because the "latest" GitHub release From a8a2e9fcc9f081691361e1462c96bb0f5203c708 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:21 -0500 Subject: [PATCH 043/151] openvdb: revision bump (boost 1.87.0) --- Formula/o/openvdb.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/o/openvdb.rb b/Formula/o/openvdb.rb index 83559e4b0d90c..1be7aeb9dea62 100644 --- a/Formula/o/openvdb.rb +++ b/Formula/o/openvdb.rb @@ -4,6 +4,7 @@ class Openvdb < Formula url "https://github.com/AcademySoftwareFoundation/openvdb/archive/refs/tags/v12.0.0.tar.gz" sha256 "23ceb5b18a851f45af118f718a9dd3001efaee364e3f623c37ffbdad03b8905f" license "MPL-2.0" + revision 1 head "https://github.com/AcademySoftwareFoundation/openvdb.git", branch: "master" bottle do From 53c47e9f9b3402e12bf1611cb16fcc80e670e636 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:22 -0500 Subject: [PATCH 044/151] osm2pgrouting: revision bump (boost 1.87.0) --- Formula/o/osm2pgrouting.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/osm2pgrouting.rb b/Formula/o/osm2pgrouting.rb index 6a728315de564..d9e6117d858a9 100644 --- a/Formula/o/osm2pgrouting.rb +++ b/Formula/o/osm2pgrouting.rb @@ -4,7 +4,7 @@ class Osm2pgrouting < Formula url "https://github.com/pgRouting/osm2pgrouting/archive/refs/tags/v2.3.8.tar.gz" sha256 "e3a58bcacf0c8811e0dcf3cf3791a4a7cc5ea2a901276133eacf227b30fd8355" license "GPL-2.0-or-later" - revision 13 + revision 14 head "https://github.com/pgRouting/osm2pgrouting.git", branch: "main" bottle do From 22a0539091c26ff8eb752e520a93163c3e575ac8 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:24 -0500 Subject: [PATCH 045/151] osmium-tool: revision bump (boost 1.87.0) --- Formula/o/osmium-tool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/osmium-tool.rb b/Formula/o/osmium-tool.rb index 1d87ac5d22985..1b8f0c394e43c 100644 --- a/Formula/o/osmium-tool.rb +++ b/Formula/o/osmium-tool.rb @@ -4,7 +4,7 @@ class OsmiumTool < Formula url "https://github.com/osmcode/osmium-tool/archive/refs/tags/v1.16.0.tar.gz" sha256 "f98454d9f901be42e0b6751aef40106d734887ee35190c224b174c2f27ef1c0f" license "GPL-3.0-or-later" - revision 4 + revision 5 bottle do sha256 cellar: :any, arm64_sequoia: "ebda02a23a3f1cfa0275f71e2c5445e5f3127bc3597db4b16e1fa4b9972500de" From aa78e4443b3294ef0ca957aaa0682114692a5560 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:25 -0500 Subject: [PATCH 046/151] osrm-backend: revision bump (boost 1.87.0) --- Formula/o/osrm-backend.rb | 43 +++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/Formula/o/osrm-backend.rb b/Formula/o/osrm-backend.rb index c417d7a8edf76..11b6b3be92091 100644 --- a/Formula/o/osrm-backend.rb +++ b/Formula/o/osrm-backend.rb @@ -2,7 +2,7 @@ class OsrmBackend < Formula desc "High performance routing engine" homepage "https://project-osrm.org/" license "BSD-2-Clause" - revision 6 + revision 7 head "https://github.com/Project-OSRM/osrm-backend.git", branch: "master" # TODO: Remove `conflicts_with "mapnik"` in release that has following commit: @@ -11,14 +11,21 @@ class OsrmBackend < Formula url "https://github.com/Project-OSRM/osrm-backend/archive/refs/tags/v5.27.1.tar.gz" sha256 "52391580e0f92663dd7b21cbcc7b9064d6704470e2601bf3ec5c5170b471629a" + # Backport fix for Boost 1.85.0. Remove in the next release. + # PR ref: https://github.com/Project-OSRM/osrm-backend/pull/6856 + patch do + url "https://github.com/Project-OSRM/osrm-backend/commit/10ec6fc33547e4b96a5929c18db57fb701152c68.patch?full_index=1" + sha256 "4f475ed8a08aa95a2b626ba23c9d8ac3dc55d54c3f163e3d505d4a45c2d4e504" + end + # Backport fix for missing include. Remove in the next release. # Ref: https://github.com/Project-OSRM/osrm-backend/commit/565959b3896945a0eb437cc799b697be023121ef # - # Also add temporary build fix to 'include/util/lua_util.hpp' for Boost 1.85.0. - # Issue ref: https://github.com/Project-OSRM/osrm-backend/issues/6850 - # # Also backport sol2.hpp workaround to avoid a Clang bug. Remove in the next release # Ref: https://github.com/Project-OSRM/osrm-backend/commit/523ee762f077908d03b66d0976c877b52adf22fa + # + # Also add diff from open PR to support Boost 1.87.0 + # Ref: https://github.com/Project-OSRM/osrm-backend/pull/7073 patch :DATA end @@ -125,20 +132,6 @@ def install #include "util/string_view.hpp" -diff --git a/include/util/lua_util.hpp b/include/util/lua_util.hpp -index 36af5a1f3..cd2d1311c 100644 ---- a/include/util/lua_util.hpp -+++ b/include/util/lua_util.hpp -@@ -8,7 +8,7 @@ extern "C" - #include - } - --#include -+#include - - #include - #include - diff --git a/third_party/sol2-3.3.0/include/sol/sol.hpp b/third_party/sol2-3.3.0/include/sol/sol.hpp index 8b0b7d36ea4ef2a36133ce28476ae1620fcd72b5..d7da763f735434bf4a40b204ff735f4e464c1b13 100644 --- a/third_party/sol2-3.3.0/include/sol/sol.hpp @@ -175,3 +168,17 @@ def install int nr; if constexpr (no_trampoline) { nr = real_call(L); +diff --git a/include/server/server.hpp b/include/server/server.hpp +index 34b8982e67..02b0dda050 100644 +--- a/include/server/server.hpp ++++ b/include/server/server.hpp +@@ -53,8 +53,7 @@ class Server + const auto port_string = std::to_string(port); + + boost::asio::ip::tcp::resolver resolver(io_context); +- boost::asio::ip::tcp::resolver::query query(address, port_string); +- boost::asio::ip::tcp::endpoint endpoint = *resolver.resolve(query); ++ boost::asio::ip::tcp::endpoint endpoint = *resolver.resolve(address, port_string).begin(); + + acceptor.open(endpoint.protocol()); + #ifdef SO_REUSEPORT From f44e0903458fa150a6aa7f3b85a1d14265dfb1df Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:26 -0500 Subject: [PATCH 047/151] pagmo: revision bump (boost 1.87.0) --- Formula/p/pagmo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pagmo.rb b/Formula/p/pagmo.rb index 7da2ce4d28cfa..88be9a0e67e40 100644 --- a/Formula/p/pagmo.rb +++ b/Formula/p/pagmo.rb @@ -4,7 +4,7 @@ class Pagmo < Formula url "https://github.com/esa/pagmo2/archive/refs/tags/v2.19.1.tar.gz" sha256 "ecc180e669fa6bbece959429ac7d92439e89e1fd1c523aa72b11b6c82e414a1d" license any_of: ["LGPL-3.0-or-later", "GPL-3.0-or-later"] - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "cf7927509223529577b157990ee0ddbfc63919bbd92fc1d307d8f4f8a2707fd0" From e0faf063486ccf2b418896c2a6bac34efb72d062 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:27 -0500 Subject: [PATCH 048/151] papilo: revision bump (boost 1.87.0) --- Formula/p/papilo.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/papilo.rb b/Formula/p/papilo.rb index 72a94e0613950..193ad3b80fa72 100644 --- a/Formula/p/papilo.rb +++ b/Formula/p/papilo.rb @@ -4,6 +4,7 @@ class Papilo < Formula url "https://github.com/scipopt/papilo/archive/refs/tags/v2.4.0.tar.gz" sha256 "280d5472563cdb9f1e7e69f55a580522f7bbb2b2789aa14de56e80d707291421" license all_of: ["LGPL-3.0-only", "GPL-3.0-only"] + revision 1 version_scheme 1 bottle do From df1a9f06de0f6a5f29346a8a40b5f94546206077 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:28 -0500 Subject: [PATCH 049/151] pcb2gcode: revision bump (boost 1.87.0) --- Formula/p/pcb2gcode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pcb2gcode.rb b/Formula/p/pcb2gcode.rb index 8f7a471076008..d13fb6c21224b 100644 --- a/Formula/p/pcb2gcode.rb +++ b/Formula/p/pcb2gcode.rb @@ -4,7 +4,7 @@ class Pcb2gcode < Formula url "https://github.com/pcb2gcode/pcb2gcode/archive/refs/tags/v2.5.0.tar.gz" sha256 "96f1b1b4fd58e86f152b691202a15593815949dc9250fab9ab02f2346f5c2c52" license "GPL-3.0-or-later" - revision 7 + revision 8 head "https://github.com/pcb2gcode/pcb2gcode.git", branch: "master" bottle do From fb08797bad8b4a3ef98da6a7c0b86111d6af77ca Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:30 -0500 Subject: [PATCH 050/151] pcl: revision bump (boost 1.87.0) --- Formula/p/pcl.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Formula/p/pcl.rb b/Formula/p/pcl.rb index 94f59ca1bbfc3..9c124ed09bbf1 100644 --- a/Formula/p/pcl.rb +++ b/Formula/p/pcl.rb @@ -2,7 +2,7 @@ class Pcl < Formula desc "Library for 2D/3D image and point cloud processing" homepage "https://pointclouds.org/" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/PointCloudLibrary/pcl.git", branch: "master" stable do @@ -14,6 +14,12 @@ class Pcl < Formula url "https://github.com/PointCloudLibrary/pcl/commit/c6bbf02a084a39a02d9e2fc318a59fe2f1ff55c1.patch?full_index=1" sha256 "e3af29b8b70ef9697d430a1af969c8501fe597d2cc02025e5f9254a0d6d715cd" end + + # Backport fix for Boost 1.87.0 + patch do + url "https://github.com/PointCloudLibrary/pcl/commit/6f64495840c4e5674d542ccf20df96ed12665687.patch?full_index=1" + sha256 "8500e79e1e5c8c636bfc72e5f019e9681f45cd5441954b55bbad4fa48999a6e0" + end end bottle do From c4ed0413f06bcd27c3d62711a89f2023fa31849e Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:31 -0500 Subject: [PATCH 051/151] pdns: revision bump (boost 1.87.0) --- Formula/p/pdns.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/pdns.rb b/Formula/p/pdns.rb index ac2741a7165fa..29b8a3ec94406 100644 --- a/Formula/p/pdns.rb +++ b/Formula/p/pdns.rb @@ -4,6 +4,7 @@ class Pdns < Formula url "https://downloads.powerdns.com/releases/pdns-4.9.2.tar.bz2" sha256 "f570640427041f4c5c5470d16eff951a7038c353ddc461b2750290ce99b2e3c2" license "GPL-2.0-or-later" + revision 1 # The first-party download page (https://www.powerdns.com/downloads) isn't # always updated for newer versions, so for now we have to check the From 87b9a6d77df54359513cf1bef79056666a70b9b0 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:32 -0500 Subject: [PATCH 052/151] pdnsrec: revision bump (boost 1.87.0) --- Formula/p/pdnsrec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/pdnsrec.rb b/Formula/p/pdnsrec.rb index 88a2c68368621..7732f34557790 100644 --- a/Formula/p/pdnsrec.rb +++ b/Formula/p/pdnsrec.rb @@ -4,6 +4,7 @@ class Pdnsrec < Formula url "https://downloads.powerdns.com/releases/pdns-recursor-5.1.3.tar.bz2" sha256 "c34ee31f522d93997e04ab2ed0fb58de6569c13ed2a2cb0d371cef49a585356a" license "GPL-2.0-only" => { with: "openvpn-openssl-exception" } + revision 1 livecheck do url "https://downloads.powerdns.com/releases/" From 1347e210f611043eb3c6aa205f429743e6d2dab3 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:34 -0500 Subject: [PATCH 053/151] pinocchio: revision bump (boost 1.87.0) --- Formula/p/pinocchio.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/pinocchio.rb b/Formula/p/pinocchio.rb index c066cc2b4a7e5..d0ea6f3d13627 100644 --- a/Formula/p/pinocchio.rb +++ b/Formula/p/pinocchio.rb @@ -4,6 +4,7 @@ class Pinocchio < Formula url "https://github.com/stack-of-tasks/pinocchio/releases/download/v3.3.1/pinocchio-3.3.1.tar.gz" sha256 "83f7af674d65ec1a03bf46f0230a227ba0cd696d46047a82fe87a93e710837e8" license "BSD-2-Clause" + revision 1 head "https://github.com/stack-of-tasks/pinocchio.git", branch: "master" livecheck do From 4b36ea3ce2761b87f7ef4c6fd918e201b7c7d529 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:35 -0500 Subject: [PATCH 054/151] pokerstove: revision bump (boost 1.87.0) --- Formula/p/pokerstove.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pokerstove.rb b/Formula/p/pokerstove.rb index 63beec4a9df4f..53a4aef2e44c7 100644 --- a/Formula/p/pokerstove.rb +++ b/Formula/p/pokerstove.rb @@ -4,7 +4,7 @@ class Pokerstove < Formula url "https://github.com/andrewprock/pokerstove/archive/refs/tags/v1.1.tar.gz" sha256 "ee263f579846b95df51cf3a4b6beeb2ea5ea0450ce7f1c8d87ed6dd77b377220" license "BSD-3-Clause" - revision 3 + revision 4 bottle do sha256 cellar: :any, arm64_sequoia: "b88ef14c0527886d0b9b7f6e8862b8fcb5afd0e1a28b42feec0bd585dc4f8d01" From e404300d2e914b647f1e0653fd8a3a5af94c876c Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:36 -0500 Subject: [PATCH 055/151] povray: revision bump (boost 1.87.0) --- Formula/p/povray.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/povray.rb b/Formula/p/povray.rb index af884f02ac00e..9edb8288c2205 100644 --- a/Formula/p/povray.rb +++ b/Formula/p/povray.rb @@ -4,7 +4,7 @@ class Povray < Formula url "https://github.com/POV-Ray/povray/archive/refs/tags/v3.7.0.10.tar.gz" sha256 "7bee83d9296b98b7956eb94210cf30aa5c1bbeada8ef6b93bb52228bbc83abff" license "AGPL-3.0-or-later" - revision 11 + revision 12 head "https://github.com/POV-Ray/povray.git", branch: "master" livecheck do From eb40e092aae2ed34d89e91daba5bf117b33125b4 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:38 -0500 Subject: [PATCH 056/151] prjtrellis: revision bump (boost 1.87.0) --- Formula/p/prjtrellis.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/prjtrellis.rb b/Formula/p/prjtrellis.rb index 427dbb2de558f..8487af36fb8ba 100644 --- a/Formula/p/prjtrellis.rb +++ b/Formula/p/prjtrellis.rb @@ -4,7 +4,7 @@ class Prjtrellis < Formula url "https://github.com/YosysHQ/prjtrellis/archive/refs/tags/1.4.tar.gz" sha256 "46fe9d98676953e0cccf1d6332755d217a0861e420f1a12dabfda74d81ccc147" license all_of: ["ISC", "MIT"] - revision 2 + revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "d82061f57b9b550b7cc95d934e10dfdf0746b1fb16203ae210a95cb026827115" From a5c6b41342ef03bbda19b812fbf2655bc2dc9f7d Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:39 -0500 Subject: [PATCH 057/151] proxygen: revision bump (boost 1.87.0) --- Formula/p/proxygen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/proxygen.rb b/Formula/p/proxygen.rb index fff6d22e2f814..86efd2a4b89a7 100644 --- a/Formula/p/proxygen.rb +++ b/Formula/p/proxygen.rb @@ -4,6 +4,7 @@ class Proxygen < Formula url "https://github.com/facebook/proxygen/releases/download/v2024.12.02.00/proxygen-v2024.12.02.00.tar.gz" sha256 "536c5baaf372a590e848d1bf60b46195bec421e2f940034530e1c170d43c4947" license "BSD-3-Clause" + revision 1 head "https://github.com/facebook/proxygen.git", branch: "main" bottle do @@ -52,6 +53,7 @@ def install port = free_port pid = spawn(bin/"proxygen_echo", "--http_port", port.to_s) sleep 30 + sleep 30 if OS.mac? && Hardware::CPU.intel? system "curl", "-v", "http://localhost:#{port}" ensure Process.kill "TERM", pid From 895037c28270da12753b4c0b4eef4403a99da5b9 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:40 -0500 Subject: [PATCH 058/151] rdkit: revision bump (boost 1.87.0) --- Formula/r/rdkit.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/r/rdkit.rb b/Formula/r/rdkit.rb index 2b7a462b19c8d..ebcd2d1d8bd25 100644 --- a/Formula/r/rdkit.rb +++ b/Formula/r/rdkit.rb @@ -5,6 +5,7 @@ class Rdkit < Formula url "https://github.com/rdkit/rdkit/archive/refs/tags/Release_2024_09_3.tar.gz" sha256 "5d6a44be526e26ae80bb225df4bb0344e52c502b7f874ee824cfb2dc01adafeb" license "BSD-3-Clause" + revision 1 head "https://github.com/rdkit/rdkit.git", branch: "master" livecheck do From a4c64d17f16bb7af662d1ec3a9c9a94a936234ce Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Tue, 19 Nov 2024 11:12:08 -0500 Subject: [PATCH 059/151] redex: revision bump (boost 1.87.0) --- Formula/r/redex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/redex.rb b/Formula/r/redex.rb index 9a88d2172ae12..d8c796bf377f2 100644 --- a/Formula/r/redex.rb +++ b/Formula/r/redex.rb @@ -5,7 +5,7 @@ class Redex < Formula desc "Bytecode optimizer for Android apps" homepage "https://github.com/facebook/redex" license "MIT" - revision 17 + revision 18 head "https://github.com/facebook/redex.git", branch: "main" stable do From 19320aa6a108389394ab56c7fb8b28d26bf84960 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:42 -0500 Subject: [PATCH 060/151] rtabmap: revision bump (boost 1.87.0) --- Formula/r/rtabmap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/rtabmap.rb b/Formula/r/rtabmap.rb index 94a856d9dfe3a..82bb6cfae8155 100644 --- a/Formula/r/rtabmap.rb +++ b/Formula/r/rtabmap.rb @@ -4,7 +4,7 @@ class Rtabmap < Formula url "https://github.com/introlab/rtabmap/archive/refs/tags/0.21.4.tar.gz" sha256 "242f8da7c5d20f86a0399d6cfdd1a755e64e9117a9fa250ed591c12f38209157" license "BSD-3-Clause" - revision 6 + revision 7 head "https://github.com/introlab/rtabmap.git", branch: "master" # Upstream doesn't create releases for all tagged versions, so we use the From 5f2459fbd51016685f1e2ed0711c944a0185ed4a Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Tue, 19 Nov 2024 11:12:15 -0500 Subject: [PATCH 061/151] scip: revision bump (boost 1.87.0) --- Formula/s/scip.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/scip.rb b/Formula/s/scip.rb index fae5009f36f9e..d9048e109a51f 100644 --- a/Formula/s/scip.rb +++ b/Formula/s/scip.rb @@ -4,6 +4,7 @@ class Scip < Formula url "https://scipopt.org/download/release/scip-9.2.0.tgz" sha256 "f2a1d568ba0801742df062df17b5a1ced9aec8647057050899e9017807280ff3" license "Apache-2.0" + revision 1 livecheck do url "https://scipopt.org/scipdata.js" From 3a59af29dad069c794614f0f5a2ac245d2496d35 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:43 -0500 Subject: [PATCH 062/151] scummvm-tools: revision bump (boost 1.87.0) --- Formula/s/scummvm-tools.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/scummvm-tools.rb b/Formula/s/scummvm-tools.rb index 963696e747bb9..2687e5de754ee 100644 --- a/Formula/s/scummvm-tools.rb +++ b/Formula/s/scummvm-tools.rb @@ -4,7 +4,7 @@ class ScummvmTools < Formula url "https://downloads.scummvm.org/frs/scummvm-tools/2.7.0/scummvm-tools-2.7.0.tar.xz" sha256 "1d9f1faf8338a2fda64f0e6e14bc25a2dadced156cb28a9c60191b983d72db71" license "GPL-3.0-or-later" - revision 6 + revision 7 head "https://github.com/scummvm/scummvm-tools.git", branch: "master" livecheck do From 0b3fa3a65c40ae1e77bbfcd316f57b7cb4b30db8 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:44 -0500 Subject: [PATCH 063/151] sfcgal: revision bump (boost 1.87.0) --- Formula/s/sfcgal.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/sfcgal.rb b/Formula/s/sfcgal.rb index 32931774b1ff6..0b400e3945069 100644 --- a/Formula/s/sfcgal.rb +++ b/Formula/s/sfcgal.rb @@ -4,6 +4,7 @@ class Sfcgal < Formula url "https://gitlab.com/sfcgal/SFCGAL/-/archive/v2.0.0/SFCGAL-v2.0.0.tar.gz" sha256 "11843953f49e7e4432c42fd27d54e1ff7ca55d0cc72507725c2a5d840c2c6535" license "LGPL-2.0-or-later" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "7f0234c24f1574be350718dad2f1612124f90631a34d2161f950eff8fad4d808" From 882520fe90fde741ed062b88bb2c87977b922258 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:46 -0500 Subject: [PATCH 064/151] simgrid: revision bump (boost 1.87.0) --- Formula/s/simgrid.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/simgrid.rb b/Formula/s/simgrid.rb index 901dd98abb2dd..455e5b543943c 100644 --- a/Formula/s/simgrid.rb +++ b/Formula/s/simgrid.rb @@ -6,6 +6,7 @@ class Simgrid < Formula url "https://gitlab.inria.fr/simgrid/simgrid/-/archive/v3.36/simgrid-v3.36.tar.bz2" sha256 "408289f3d9b2eb2fb9d4904348437a035c6befa4197028c617ab2ef6e8e1260f" license "LGPL-2.1-only" + revision 1 livecheck do url :homepage From a39f3effe4456f410f4ee90c5bddf9b01d4db70e Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:47 -0500 Subject: [PATCH 065/151] simple-amqp-client: revision bump (boost 1.87.0) --- Formula/s/simple-amqp-client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/simple-amqp-client.rb b/Formula/s/simple-amqp-client.rb index f04298b0d0a0e..d9e154a8a5cd5 100644 --- a/Formula/s/simple-amqp-client.rb +++ b/Formula/s/simple-amqp-client.rb @@ -4,7 +4,7 @@ class SimpleAmqpClient < Formula url "https://github.com/alanxz/SimpleAmqpClient/archive/refs/tags/v2.5.1.tar.gz" sha256 "057c56b29390ec7659de1527f9ccbadb602e3e73048de79594521b3141ab586d" license "MIT" - revision 9 + revision 10 head "https://github.com/alanxz/SimpleAmqpClient.git", branch: "master" bottle do From ab5727247a27e0db8a59ff4acd8fac09f04d460b Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:48 -0500 Subject: [PATCH 066/151] solidity: revision bump (boost 1.87.0) --- Formula/s/solidity.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/solidity.rb b/Formula/s/solidity.rb index c200295176f63..8f62110267f93 100644 --- a/Formula/s/solidity.rb +++ b/Formula/s/solidity.rb @@ -4,6 +4,7 @@ class Solidity < Formula url "https://github.com/ethereum/solidity/releases/download/v0.8.28/solidity_0.8.28.tar.gz" sha256 "ec756e30f26a5a38d028fd6f401ef0a7f5cfbf4a1ce71f76c2e3e1ffb8730672" license all_of: ["GPL-3.0-or-later", "MIT", "BSD-3-Clause", "Apache-2.0", "CC0-1.0"] + revision 1 livecheck do url :stable From 4add1642cba366b9850cda6694245fc3f034e35e Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:50 -0500 Subject: [PATCH 067/151] source-highlight: revision bump (boost 1.87.0) --- Formula/s/source-highlight.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/source-highlight.rb b/Formula/s/source-highlight.rb index aefeb14e1f0ce..0e69e1c7e67e0 100644 --- a/Formula/s/source-highlight.rb +++ b/Formula/s/source-highlight.rb @@ -5,7 +5,7 @@ class SourceHighlight < Formula mirror "https://ftpmirror.gnu.org/src-highlite/source-highlight-3.1.9.tar.gz" sha256 "3a7fd28378cb5416f8de2c9e77196ec915145d44e30ff4e0ee8beb3fe6211c91" license "GPL-3.0-or-later" - revision 5 + revision 6 livecheck do url :stable From f323fabb344bfadf55073ede723c5f12438d1a5d Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:51 -0500 Subject: [PATCH 068/151] standardese: revision bump (boost 1.87.0) --- Formula/s/standardese.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/standardese.rb b/Formula/s/standardese.rb index a2805185387b8..cf4ed074d809e 100644 --- a/Formula/s/standardese.rb +++ b/Formula/s/standardese.rb @@ -3,7 +3,7 @@ class Standardese < Formula homepage "https://standardese.github.io" # TODO: use resource blocks for vendored deps license "MIT" - revision 19 + revision 20 head "https://github.com/standardese/standardese.git", branch: "master" # Remove stable block when patch is no longer needed. From dea87a6d80fa551916044983f456e139e12d2930 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:53 -0500 Subject: [PATCH 069/151] stp: revision bump (boost 1.87.0) --- Formula/s/stp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/stp.rb b/Formula/s/stp.rb index 81c9039581016..93e4092042898 100644 --- a/Formula/s/stp.rb +++ b/Formula/s/stp.rb @@ -2,7 +2,7 @@ class Stp < Formula desc "Simple Theorem Prover, an efficient SMT solver for bitvectors" homepage "https://stp.github.io/" license "MIT" - revision 1 + revision 2 head "https://github.com/stp/stp.git", branch: "master" stable do From 169eb9ccfd81b0ebe7df48ef1d4f874b08878aed Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:54 -0500 Subject: [PATCH 070/151] supertux: revision bump (boost 1.87.0) --- Formula/s/supertux.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/supertux.rb b/Formula/s/supertux.rb index 6497f7b1a15dd..b6f0f71b5e7d6 100644 --- a/Formula/s/supertux.rb +++ b/Formula/s/supertux.rb @@ -4,7 +4,7 @@ class Supertux < Formula url "https://github.com/SuperTux/supertux/releases/download/v0.6.3/SuperTux-v0.6.3-Source.tar.gz" sha256 "f7940e6009c40226eb34ebab8ffb0e3a894892d891a07b35d0e5762dd41c79f6" license "GPL-3.0-or-later" - revision 9 + revision 10 head "https://github.com/SuperTux/supertux.git", branch: "master" livecheck do From d2c9856403a6445531bcb5064ec40932e3c256a6 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:55 -0500 Subject: [PATCH 071/151] tfel: revision bump (boost-python3 1.87.0) --- Formula/t/tfel.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/t/tfel.rb b/Formula/t/tfel.rb index 8dd9e9cf91548..6f53899883104 100644 --- a/Formula/t/tfel.rb +++ b/Formula/t/tfel.rb @@ -4,6 +4,7 @@ class Tfel < Formula url "https://github.com/thelfer/tfel/archive/refs/tags/TFEL-4.2.2.tar.gz" sha256 "021864ad5b27ffce1915bcacc8f39f3e8a72ce6bd32e80a61ea0998a060180e5" license "GPL-1.0-or-later" + revision 1 head "https://github.com/thelfer/tfel.git", using: :git, branch: "master" bottle do From b2522916ad86a4f0d61c1f356b64710b617baef7 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:01:59 -0500 Subject: [PATCH 072/151] votca: revision bump (boost 1.87.0) --- Formula/v/votca.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/v/votca.rb b/Formula/v/votca.rb index 23827893b7684..fd00646ff3fa0 100644 --- a/Formula/v/votca.rb +++ b/Formula/v/votca.rb @@ -4,6 +4,7 @@ class Votca < Formula url "https://github.com/votca/votca/archive/refs/tags/v2024.2.tar.gz" sha256 "704d50f64bbfa2e19d0aa4b5726ac35c20c3b9b45554be5f1e1417d430e31c24" license "Apache-2.0" + revision 1 bottle do rebuild 1 From ce82c4831553b5169099165e6541f532922dfbd7 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Tue, 19 Nov 2024 09:32:36 -0500 Subject: [PATCH 073/151] vtk: revision bump (boost 1.87.0) --- Formula/v/vtk.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Formula/v/vtk.rb b/Formula/v/vtk.rb index d820097e2f21f..da7d431c8fe41 100644 --- a/Formula/v/vtk.rb +++ b/Formula/v/vtk.rb @@ -4,7 +4,7 @@ class Vtk < Formula url "https://www.vtk.org/files/release/9.3/VTK-9.3.1.tar.gz" sha256 "8354ec084ea0d2dc3d23dbe4243823c4bfc270382d0ce8d658939fd50061cab8" license "BSD-3-Clause" - revision 2 + revision 3 head "https://gitlab.kitware.com/vtk/vtk.git", branch: "master" bottle do @@ -70,6 +70,11 @@ class Vtk < Formula end def install + # Work around problematic netCDF CMake file by forcing pkg-config fallback. + # Ref: https://github.com/Unidata/netcdf-c/issues/1444 + odie "Try removing netCDF workaround!" if Formula["netcdf"].stable.version > "4.9.2" + inreplace "CMake/FindNetCDF.cmake", "find_package(netCDF CONFIG QUIET)", "# \\0" + ENV.llvm_clang if DevelopmentTools.clang_build_version == 1316 && Hardware::CPU.arm? python = "python3.12" @@ -81,6 +86,8 @@ def install -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_INSTALL_RPATH:STRING=#{rpaths.join(";")} -DCMAKE_DISABLE_FIND_PACKAGE_ICU:BOOL=ON + -DCMAKE_CXX_STANDARD=14 + -DVTK_IGNORE_CMAKE_CXX11_CHECKS=ON -DVTK_WRAP_PYTHON:BOOL=ON -DVTK_PYTHON_VERSION:STRING=3 -DVTK_LEGACY_REMOVE:BOOL=ON From 800b4c9f4c9095bf19732c9af549138ecfc2dc4e Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:02:00 -0500 Subject: [PATCH 074/151] watchman: revision bump (boost 1.87.0) --- Formula/w/watchman.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/w/watchman.rb b/Formula/w/watchman.rb index aaf6ce5462d28..79dc942bc538f 100644 --- a/Formula/w/watchman.rb +++ b/Formula/w/watchman.rb @@ -4,6 +4,7 @@ class Watchman < Formula url "https://github.com/facebook/watchman/archive/refs/tags/v2024.12.02.00.tar.gz" sha256 "445bda6f262cd23ed305f914249e400c7377ebe21ec971a2ace6c1c3dfad5880" license "MIT" + revision 1 head "https://github.com/facebook/watchman.git", branch: "main" bottle do From 310e145fad8691bfbb427bffaed3f22ae5bd875e Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 18 Nov 2024 13:02:02 -0500 Subject: [PATCH 075/151] znc: revision bump (boost 1.87.0) --- Formula/z/znc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/z/znc.rb b/Formula/z/znc.rb index 4f23acf3ad1c3..b90e077ffff73 100644 --- a/Formula/z/znc.rb +++ b/Formula/z/znc.rb @@ -4,7 +4,7 @@ class Znc < Formula url "https://znc.in/releases/znc-1.9.1.tar.gz" sha256 "e8a7cf80e19aad510b4e282eaf61b56bc30df88ea2e0f64fadcdd303c4894f3c" license "Apache-2.0" - revision 2 + revision 3 livecheck do url "https://znc.in/releases/" From 53d9f5ec7de282259dc9b086d2cdf51df2bca206 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Fri, 13 Dec 2024 09:12:01 -0500 Subject: [PATCH 076/151] visp: revision bump (boost 1.87.0) --- Formula/v/visp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/v/visp.rb b/Formula/v/visp.rb index 63a879688793a..1b54fefa773ce 100644 --- a/Formula/v/visp.rb +++ b/Formula/v/visp.rb @@ -4,7 +4,7 @@ class Visp < Formula url "https://visp-doc.inria.fr/download/releases/visp-3.6.0.tar.gz" sha256 "eec93f56b89fd7c0d472b019e01c3fe03a09eda47f3903c38dc53a27cbfae532" license "GPL-2.0-or-later" - revision 8 + revision 9 livecheck do url "https://visp.inria.fr/download/" From 7707a630e589cc75236b01ff3df811472a0d6541 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:07 +0000 Subject: [PATCH 077/151] apngasm: update 3.1.10_15 bottle. --- Formula/a/apngasm.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/apngasm.rb b/Formula/a/apngasm.rb index 349d7aac8a308..760582b5dd674 100644 --- a/Formula/a/apngasm.rb +++ b/Formula/a/apngasm.rb @@ -8,12 +8,12 @@ class Apngasm < Formula head "https://github.com/apngasm/apngasm.git", branch: "master" bottle do - sha256 arm64_sequoia: "9ab6d41b1207fda23093f453b7a01dd53de9ed4ce3afceba84e04d285bc24b86" - sha256 arm64_sonoma: "34179cfc45bd2d0de38857a16074e94eb377f7fbd0da8bd7bb71f94c0c4ed943" - sha256 arm64_ventura: "0633ef0217bfae8ff34422403729eb063321bc7264847ea2d6e25d1b9bf06436" - sha256 sonoma: "83e5b9b112bb3bfbc35b42e764738a652bdf6ac715c03d9e2a049930d9518fe5" - sha256 ventura: "18facc88d2285faeea0dc9bd2d3fcb75744fdaccbc2c14b4c8404a6dda00313b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "786c541183a6c3e45bbf3bb74141bc0570bb664dbf3e20ce71f6e7f2674c0166" + sha256 arm64_sequoia: "2b2d7f84cbf68412484f783c0c9330c32396dc958f4d3098b5137597e263e157" + sha256 arm64_sonoma: "0f5236c52963cd65362f426d49aa3b6752d36318111c043fb70b9ae842c009ab" + sha256 arm64_ventura: "d5a4d1b71c16e7c2ce938d38844ffdd380009b9b23c17372036b69189cbc5a2e" + sha256 sonoma: "94ef10b6288b9ffe5e3083934961c77e85fca72be581b09e3962069fdec8e8b2" + sha256 ventura: "7bbdaf65dd1e61d6af0379672f5176977078be7d9ccfe7c15715a6e88a1cb83d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0684fdd07df4338094b2508e113543df71732648137c3de6960ea73bfb5db07d" end depends_on "cmake" => :build From b980ae8b1215dbe69cf79e2fdef12fe3addc771d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:08 +0000 Subject: [PATCH 078/151] augustus: update 3.5.0_8 bottle. --- Formula/a/augustus.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/a/augustus.rb b/Formula/a/augustus.rb index b80a3a5094cc1..8e100c3cc812c 100644 --- a/Formula/a/augustus.rb +++ b/Formula/a/augustus.rb @@ -8,14 +8,12 @@ class Augustus < Formula head "https://github.com/Gaius-Augustus/Augustus.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "d6f2416fdb1f857ab1627378d3263c432af0a3837087e7e1302cbd6eadc1a4d5" - sha256 cellar: :any, arm64_sonoma: "350db797ec6d550192c11a390b781669758ed582191ced02ade110d07afe36f2" - sha256 cellar: :any, arm64_ventura: "90566951647f04c9b72aa710b6d2881a4a97f4bb62094d5dfde352e592ae62c9" - sha256 cellar: :any, arm64_monterey: "1f1b4e4579694af0957874030fc20e2e50ceb1c7799a764334ef61d58e487c4a" - sha256 cellar: :any, sonoma: "2090aaab7aab23a7e8d2b18f09ca6a0b12176b7ce1478e7daa7e2af78491efde" - sha256 cellar: :any, ventura: "b5fefdb43565bd78a19034dcbb36805584f985d093bcbd124e84cb57230b6b94" - sha256 cellar: :any, monterey: "7ab71f2bdceb617605d553b0ff19ae03e7b872e3583894939f37e680a63eb248" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3d31169c172e25b1e6c1d0d0e577475de83af3af063d925d781dc5d6a6021b7" + sha256 cellar: :any, arm64_sequoia: "4cc459090f1dc6db0b5403e451bad565ffba82a4b922fcc666c14a776fc50a17" + sha256 cellar: :any, arm64_sonoma: "db3ab9673ae0e90212a7684eaae3a4cef4a652a3c57d3e59705e44d0cd2d946d" + sha256 cellar: :any, arm64_ventura: "a0c7f465a466c6a32433581d54579330ee7baab1747bad2510f22fa37c498e17" + sha256 cellar: :any, sonoma: "dfb128fd5b03c199862f2d8b90d25a69527b8068727d1b127fa952d520cdbd6d" + sha256 cellar: :any, ventura: "ad0a9a0a4e5c59580885ad6cdc43dc7068af49aee93b9510a3f73435ad0c8e6e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dea2f0b6705a6fb821d6abba6ffc4d40afdc2cd3f0759d53aa12ff3d907006e7" end depends_on "bamtools" From d224582c76bf157d028432a23d2470ba00382997 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:08 +0000 Subject: [PATCH 079/151] avro-cpp: update 1.11.3_5 bottle. --- Formula/a/avro-cpp.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/a/avro-cpp.rb b/Formula/a/avro-cpp.rb index 86bc3d4538afd..76e3e458ae92d 100644 --- a/Formula/a/avro-cpp.rb +++ b/Formula/a/avro-cpp.rb @@ -11,14 +11,12 @@ class AvroCpp < Formula revision 5 bottle do - sha256 cellar: :any, arm64_sequoia: "68cc14a37de162f0006e51cd24bf8732037333c8b4f83d93281f5fd027322854" - sha256 cellar: :any, arm64_sonoma: "43b9420650c17df411a56b9ffa47824c265e909a116f63b5141d700f20ead267" - sha256 cellar: :any, arm64_ventura: "e3a3876b799400d284f39109717924563302d548de3508b93499047321982e4f" - sha256 cellar: :any, arm64_monterey: "3d840f89e9fbef4334d1f3a1919f6c784ad787a108aabd4f156dd0ad5039add7" - sha256 cellar: :any, sonoma: "b9193599165f9bd895789f9ea0429f1f1ef0cfeb4768d7cb6857109f8a282f6a" - sha256 cellar: :any, ventura: "1732eb8f243b23187bfc41604a74e5b8c222489a72944686a97ad8cc9eca034e" - sha256 cellar: :any, monterey: "b75fd0a64cacf35169c219ebea627c7f6f291a46e9d984b250fc3e4ea3a9acd6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c23da0cf62087e7ea7556c6c8359f05f22c97f49e35694dc0269ee8b83d730bd" + sha256 cellar: :any, arm64_sequoia: "e73e3635f152d88ce0c8da13877b5209a603e36827041ec5c720753b30a2a17c" + sha256 cellar: :any, arm64_sonoma: "1a2c2abbaf8b968a600372c87a5a6a0a43a20e0700630d6b8678238cf4816313" + sha256 cellar: :any, arm64_ventura: "a0a70dd6e799584704493d3e69398742b6ec82053f8a26b910c266b36e45d192" + sha256 cellar: :any, sonoma: "138264d7b172c9239e1cc417ae89d7df6f8e15dacd932700b15e426f395f664f" + sha256 cellar: :any, ventura: "a19fac27486d0554f54542a95e7eb8eb5a1198889e61900faab846951a121aee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "01fecf30ba2081ab2b4ac52e800ba0d3323a28b85b20b291f557c8b2027e576c" end depends_on "cmake" => :build From 5f62d7e0b5c2b7429ac3b10088d88da2857b5127 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:09 +0000 Subject: [PATCH 080/151] bastet: update 0.43.2_10 bottle. --- Formula/b/bastet.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/b/bastet.rb b/Formula/b/bastet.rb index 1761df7e1e9e3..6be0a9f78db5a 100644 --- a/Formula/b/bastet.rb +++ b/Formula/b/bastet.rb @@ -7,14 +7,12 @@ class Bastet < Formula revision 10 bottle do - sha256 arm64_sequoia: "6573987f9ba4434ee5ed34901157c7a6f7f6cfd52d00e67b5955733c34a4b0e0" - sha256 arm64_sonoma: "99510b92a64c32f9abda92c23c45f7700950c4b656c90c4f45dcffa7b21c0a69" - sha256 arm64_ventura: "b95a617b157fac8e977ed972c638ff36b388dec9c1ff2d2ae03a75eac78971bf" - sha256 arm64_monterey: "beaa5643a5e1898e3c4a750b08b1ab48a950ccbaaed03ab258c30660cb905444" - sha256 sonoma: "733d2f4f060507d9f93c70ebf3541c1342f7ad26b3e1ff04748a0e334cd042f4" - sha256 ventura: "f8aeb7ace53406c2c65f107c75cd47da12c1d3b4c55188c718778465dfb07c77" - sha256 monterey: "bf805f500f2200dcc8ed4fd9af36226f24919809f085ceec2fd583b4839888f4" - sha256 x86_64_linux: "0aaec6fe765c9c4141acb901205cfb2f6b80a22d3101cfec1b54852860861923" + sha256 arm64_sequoia: "3609a905ba94c6dfa333b703b2a98a7d2d104f98b9ea01e4ee8e5d50f7c1be93" + sha256 arm64_sonoma: "3b694178acf005d63ff6005cc31b4432b2c085e6f4442787ec71d6ae684480f7" + sha256 arm64_ventura: "396f9c63d674290dc9b51e9a883f2de4d1beadc18f88ca517b9c4766e285e8a6" + sha256 sonoma: "77d12f1eb8fa1ba72bb5c5c352247b059268110baa8c67cea54097b392b0e7f9" + sha256 ventura: "c81ce5e9ebdb37bd5b779670c0ec6b79096b9be3f86116c5a52e6301ce0902aa" + sha256 x86_64_linux: "d39605f160ac522349d9b0e7d0af9320cddd62793a2fa656caad94eb78c70bb2" end depends_on "boost" From b11edfcd19b42ea42c612d65bb63cde4a8dfa08f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:09 +0000 Subject: [PATCH 081/151] boost: update 1.87.0 bottle. --- Formula/b/boost.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/boost.rb b/Formula/b/boost.rb index cf75c6fb40f84..0045cd8cd0bad 100644 --- a/Formula/b/boost.rb +++ b/Formula/b/boost.rb @@ -15,12 +15,12 @@ class Boost < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "9cbf3c05fdd327dd0e0f1a9419e63e10c2351ec7cd51904e054e37d11751a21d" - sha256 cellar: :any, arm64_sonoma: "9c969ba39918df9f26ac5d283081bd263009747db450095888697c0c83e3a8d2" - sha256 cellar: :any, arm64_ventura: "d49dc78ee528470d8ca0f9762a96d1eba1f80fd4a8d70dea010c7d524cec7133" - sha256 cellar: :any, sonoma: "14ea0ee012bdb555dcc20fb5b6429ea34bd7aab7b16db606de04074fdf37ddcd" - sha256 cellar: :any, ventura: "b2ffcb38ea2326444acc8b95c6ccd4fa8d8edbab95270108ecfb85a25b89aeaa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a9279f11fcd81f48f47d0b86389cddd27dc077f0ca6948f2ff83f720267119d" + sha256 cellar: :any, arm64_sequoia: "00a8471e4eca0c3f486e94cfe0609fc467d0805270dd18e5e8bad0a237aadeba" + sha256 cellar: :any, arm64_sonoma: "e343b4cb9530c8685040b7f33be212f8da78756060b3400f37242446a6b4c452" + sha256 cellar: :any, arm64_ventura: "e68b84eed4a2fe54c3de30ae35852c8fbe217bfdc28b8f063059cc1491d5f7b1" + sha256 cellar: :any, sonoma: "4365d15232d6c4980c51f0c3b729b1adfe80ee6088d1276cf7d56a609a8025f5" + sha256 cellar: :any, ventura: "125c0502cdfedda094229358e3173375cb8f020cd129a43ecfa43ffc251eb57a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed501937c2b5e96c65f5b44c852f7fb8e8692fcd009459980b3751d10e762164" end depends_on "icu4c@76" From dda8a84668f33f3757eef95378edf1edc81acb54 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:10 +0000 Subject: [PATCH 082/151] boost-bcp: update 1.87.0 bottle. --- Formula/b/boost-bcp.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/b/boost-bcp.rb b/Formula/b/boost-bcp.rb index 928e4a00934a2..bb4724ea64ebf 100644 --- a/Formula/b/boost-bcp.rb +++ b/Formula/b/boost-bcp.rb @@ -11,14 +11,12 @@ class BoostBcp < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffb4008bbb45e46d39d79e533b2e68c91265eaa2d8218e1f952d9a23c8591b38" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "71a91245121f77c99012d380f9db16547258ef90929f8379e5366e21c1cc0920" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f8801fa7e542ae32193d6db7a56a2ec332e661cc5e54b384aaf522a6ccfcce7c" - sha256 cellar: :any_skip_relocation, arm64_monterey: "6489e88b9108c0c565527c449459f8fda3304bed9cebbd0494a9737b159c9691" - sha256 cellar: :any_skip_relocation, sonoma: "89b15fb9b2e302f3cdd3ad8d2cd42a0328e2d3c3b3d8aa4cb7c64714261d5a11" - sha256 cellar: :any_skip_relocation, ventura: "64761f365fa1c066ce8956b11175b387a7d0c82bb0b7dee27dc94e5bae631da0" - sha256 cellar: :any_skip_relocation, monterey: "89c417afec94024fd40f7cce718a27e5f244c6ade1dbede09debf636febefb2e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "59e90a611b39ad4f37d14c034e64be56003fb27ab4de249c9ce7d1897503a892" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "171968ec74f288dbeafafbd6b9499260c9419949e744448f95b4cebcfff46190" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "67ac1798a2a94eed7036d444894605317a8913124de7ce95b8c10df2a723e1d4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b5c7ae2f79c8ebc6f9e6132cddb866a03c97e04b5f0b671550d113d4602799db" + sha256 cellar: :any_skip_relocation, sonoma: "1171bb8e3d580f0338e57a3d352a9bcb088937550f3d0d9f7a0bc11211d33860" + sha256 cellar: :any_skip_relocation, ventura: "da4bd6cc7653a68f3568e673b5b6470d48e224b817d5b700f4ba480b6042ff02" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9e4050db4c0364d62a8476fb8f4294eaf577cfbd5445061cfdbc69eb1aed449e" end depends_on "boost-build" => :build From af36aa7deb3acb8514e60ba86e448ab0a93d0241 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:10 +0000 Subject: [PATCH 083/151] boost-build: update 1.87.0 bottle. --- Formula/b/boost-build.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/b/boost-build.rb b/Formula/b/boost-build.rb index a950cf75ac244..171fc9e99c2b5 100644 --- a/Formula/b/boost-build.rb +++ b/Formula/b/boost-build.rb @@ -13,14 +13,12 @@ class BoostBuild < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c752393f893651d507c3e0b2e985e7fa34948803de029c48318486189b1585db" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c63aaf2e3aa3647a9acbd6a250898f6456d05715d9cf2b20bf23afca7a4ed1b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7b6cce6062de22313da350f857d57d64c69be7a22775e7561c6f4733ff40822f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f97fa77800303262285787363d0750b5cf54747ddcaa9c53af35396f761269b0" - sha256 cellar: :any_skip_relocation, sonoma: "2befdb3a60a8a6416949dfb3d28a6365a37f273f0068afda7d59358e7cf71984" - sha256 cellar: :any_skip_relocation, ventura: "50889a2ecfb1e640079f5022dd3906a0049efadbb6686eb60dd6252ba941d2b4" - sha256 cellar: :any_skip_relocation, monterey: "52707a75c13a6a59c767a28504a92ca3cbf63dbdf5ee741bb5a520ea42045c31" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c3f6c3a82eb63af4c594b6caae876b87de2a36a57815c1102adc28bd8555f03" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a92b4f6677f1ead6b81704da69661f073e6daac301d7aebf7d7fba4de3b82f5f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7f71f2097e82437b2a63d11a24998c587fcb2c26d3ee0919400b7ebcbaaf24d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "09bd99e989f72fae2dd9d9a4cd406e178671056d801ee8fa1a58f4d250c6eb53" + sha256 cellar: :any_skip_relocation, sonoma: "43c6affb034c0ce4bce611dee59a3e9fe513b3361cb02fdf05c14595e6bc967c" + sha256 cellar: :any_skip_relocation, ventura: "f9d4cf057b39d46c79284e45c2ffe7049c396571693bf24d76ba85244b3fd274" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d37c59ecf713a4ab40c5cb44ff105bbaaab5cfbf463abf281d0c84b2c303d653" end conflicts_with "b2-tools", because: "both install `b2` binaries" From 1915feca6cba87c8da881b4df3ca20e8ee3cfd6d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:10 +0000 Subject: [PATCH 084/151] boost-mpi: update 1.87.0 bottle. --- Formula/b/boost-mpi.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/b/boost-mpi.rb b/Formula/b/boost-mpi.rb index 015cf26dd36ab..0d454229aba62 100644 --- a/Formula/b/boost-mpi.rb +++ b/Formula/b/boost-mpi.rb @@ -11,14 +11,12 @@ class BoostMpi < Formula end bottle do - sha256 arm64_sequoia: "5dd36e209d2078c1dd41940ef9385c331858fd896258a3edb74e0b6241c42fd0" - sha256 arm64_sonoma: "cd8de39d924faafb79c70b7d84d738bda2f383bdfdcb035de6bdd2e81d71638e" - sha256 arm64_ventura: "77b901a01375abbb1632235485308a617b1e22ae004dd852208ee58bf9a4f209" - sha256 arm64_monterey: "2f10f49dcb735c9b0622166f1de1e3ea24930cc49ebfd3b228496cc60794e989" - sha256 sonoma: "3f437798825e43afc6796611b586f892b74fd5543a194bbb5ccb1cde1e19f28f" - sha256 ventura: "e2bc177769687cf0a5cab2f1f2991a28a14955e135c8693ba0feb2a98c3cd537" - sha256 monterey: "0604125fbddfcba67572ac8a470d09bf3815c3019f2c324e1aebf276e31c990b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b9b97e0eee0f63baba700c64eca133f09445736c871f3cd0f9d396a302a33ca5" + sha256 arm64_sequoia: "9efa4e62e7552a5ddfb642b8d6ec3007792d0deb868285f64ce7e1b9a149ec20" + sha256 arm64_sonoma: "fc59a592f4d3b42eb0e873884bcf67bdfd45382c01c4a7287dd5642d74b3982e" + sha256 arm64_ventura: "f7d78fe074a21546a30dec3688b5c5dabde5a07b830d82ffcbe5f31aa96b7124" + sha256 sonoma: "a3d8b33c333cd20e91133573cad92a5a8300587d1eb91afdbee34c94d5ee4e21" + sha256 ventura: "06a0c896e162a8fc19ae5ecdd850c3491fe3d010f5817a373cf52bb3f18d88e3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6c066f845dbd122c9b597fd598facfb099118f4f46d084804833324a7938bcee" end # Test with cmake to avoid issues like: From 2ec1bb5688a30ab4e43aa01beea7cbe01ade19e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:11 +0000 Subject: [PATCH 085/151] boost-python3: update 1.87.0 bottle. --- Formula/b/boost-python3.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/b/boost-python3.rb b/Formula/b/boost-python3.rb index b8d3972ecd9fb..bfa1f51f267a4 100644 --- a/Formula/b/boost-python3.rb +++ b/Formula/b/boost-python3.rb @@ -11,14 +11,12 @@ class BoostPython3 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "66e23ad361052f87a6df6b7afaa5724df91f2ffaa482a6795ede1e0832d7b117" - sha256 cellar: :any, arm64_sonoma: "f2f55396a7afed649ea03117ac9ac111ed9bcf9d3ce4a0d2bf709e17c41652fc" - sha256 cellar: :any, arm64_ventura: "375db655b7ec5f3baa117e2159871434646d150217ab1505bb3e985c4ad66746" - sha256 cellar: :any, arm64_monterey: "398d0edf6be250a569c26c27f74fefa4582e98df83beabd16565b4fe1d275840" - sha256 cellar: :any, sonoma: "37d7b06e4e101373807fa3d55ea0962bd7ca375734e63fcd05a0ded18b27a334" - sha256 cellar: :any, ventura: "db5fd6cdd07b5fdc534a420a119dfab593733a25e0af55b6899c149fe63b8910" - sha256 cellar: :any, monterey: "a0181c63ba6f93cbc495a6f0664fe7d45db3e1754a20ac8ffda46572866fa19a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8d0f76e68afe7ed1f5bfc311afc9a7b260b842081a3c988494ce121cea7fe12d" + sha256 cellar: :any, arm64_sequoia: "7135ab567cd22e2b1d9aaabdc042b51a6d937f8e86d2a6aefdbd785cee788ec5" + sha256 cellar: :any, arm64_sonoma: "1da531ac175cff3144aa46d4495d12277874f75bed5fdb0e1598078e512c50e3" + sha256 cellar: :any, arm64_ventura: "ec7a06c323a007a3d59c8256f8bb3ed0204e824a49199d3e1cf89d3f3baf3214" + sha256 cellar: :any, sonoma: "b04302f3858bb16f948950803b1a21935b44b64cd117278db309538d71c2ca8d" + sha256 cellar: :any, ventura: "b08e1448c9d173806e887c4f3a690a603d45bc4a071f3feadbca9b343e5617fc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eefac2726cbea27f3934ced7e3f316aa7ef57af075eb182ffceac04941d50629" end depends_on "numpy" => :build From 76c8e1e8670c1ba166d409367f668aa6d511e70c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:11 +0000 Subject: [PATCH 086/151] c10t: update 1.7_10 bottle. --- Formula/c/c10t.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/c/c10t.rb b/Formula/c/c10t.rb index a4d9e4e1517bc..fc3f0c48c6048 100644 --- a/Formula/c/c10t.rb +++ b/Formula/c/c10t.rb @@ -7,14 +7,12 @@ class C10t < Formula revision 10 bottle do - sha256 cellar: :any, arm64_sequoia: "0221ec0b0d70aa261b1de4b8bf9d6233f03938cd664e7507c032b90804679deb" - sha256 cellar: :any, arm64_sonoma: "65c200e6b93a21b12be0194fa4115c56bf86a919e73a9b77a005db40bc5e00f2" - sha256 cellar: :any, arm64_ventura: "359e543872760a9b52bda1a3fce09dee9fe58ede5dc73b9ee2002f61ed95cb31" - sha256 cellar: :any, arm64_monterey: "865a9cd8ba52885d3a1954bc546afd9795e70e23d93daa92defa558d1aede4ad" - sha256 cellar: :any, sonoma: "33d13682f5689fd63f5134c293e63512472ba98f588cdb0ce7d546989b41cf85" - sha256 cellar: :any, ventura: "7ea5fc2b7cc4c542a65c5548bd8d5a178b4953a99f7003b72e42a6701190f909" - sha256 cellar: :any, monterey: "4f861dcd0ad936fa7fd4bbbe4ac529d99fc94c3d0b86b8806d11744cd9bdb093" - sha256 cellar: :any_skip_relocation, x86_64_linux: "927f577767bb086cb2e8ca6350abceffb3c5cb859bb8c1e2e195a7d596afead7" + sha256 cellar: :any, arm64_sequoia: "70ab94023e384a3ab08cfd9e0af0e0a44c83dbca6093465d5723049050243b39" + sha256 cellar: :any, arm64_sonoma: "95e91b204b1e1a40ffd9a6a2a4bef1fb572612210980e52bc5c6f6eb9d29fe67" + sha256 cellar: :any, arm64_ventura: "7bac068da2879d7f2909fcb2a09d2d5962f1a9be7bed12ec7bb49def6246b83a" + sha256 cellar: :any, sonoma: "630ca35c4c72f49320d8e11fe2901868b2ad4d82bc247afb875d81e7e8cd1fb7" + sha256 cellar: :any, ventura: "e81cbae89815db03fc8f84cbdb8a87abc1000eeecbb9ce79ada9e7e968a7b859" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8fb0e64ba0f4146416e66bb79fd0972d6ca5af6a6ef087fa519764355f91b14b" end depends_on "cmake" => :build From ed855f291e126cf1d04b4fc4fedbd9dc6a149c0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:11 +0000 Subject: [PATCH 087/151] coal: update 3.0.0_1 bottle. --- Formula/c/coal.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/coal.rb b/Formula/c/coal.rb index 0d61376f38ae0..18db979469c31 100644 --- a/Formula/c/coal.rb +++ b/Formula/c/coal.rb @@ -13,12 +13,12 @@ class Coal < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "f153b19d41512585b847003ef4f1586ffb75ed3517da98396e84393aaa27e44e" - sha256 cellar: :any, arm64_sonoma: "1c506cc8bb8da18b2a51c6fb6e12752168a330b499ee2a0d2935f01743fc11e9" - sha256 cellar: :any, arm64_ventura: "271b8781233c2a06d72a9fee9cb2dca85366f0ae69b4f566c3b770ccfffe74e6" - sha256 cellar: :any, sonoma: "84f719d46ed7c2c09ca17eac6d7e05c0258faf74f23d95a6a779c06cae35b7bc" - sha256 cellar: :any, ventura: "31b33f22e75a9afd53c5fe8c4fb2959b62af1e61c9233e11887eb4186222c131" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e9bf476dc22586356da2407ee3b2e0efb1985605eaa6cffb18890c11a3e3361" + sha256 cellar: :any, arm64_sequoia: "17b165c8498f934efef7e8475a950e10ec647826ce84bcb48b8232daa2a10a22" + sha256 cellar: :any, arm64_sonoma: "b74507d8b5c6265b5478e0cd5bd05376d5fe789c270343b60facf99adcc9438d" + sha256 cellar: :any, arm64_ventura: "5ec5d903dd1effa27d1c25014e63f2e8ec680c029bb82d30e64b9c04d5403579" + sha256 cellar: :any, sonoma: "e7f051a7f6f00f3fec8045ffd89b5d3a5bb8b2d946cb84653ef568a412550b70" + sha256 cellar: :any, ventura: "a7b257a4b5e303e3d89e929470e96227ea2312ef0a4e9ff0abedb3f22496e948" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d80670cbb2119fa906b0c2d2c616c8795782515d8d90859e0250923a2ca8e56" end depends_on "cmake" => :build From 54b0546a060a120e77f54ea84ed7773b9e986087 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:12 +0000 Subject: [PATCH 088/151] collada-dom: update 2.5.0_11 bottle. --- Formula/c/collada-dom.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/c/collada-dom.rb b/Formula/c/collada-dom.rb index b983f2eea80b3..0e441a3da4f5e 100644 --- a/Formula/c/collada-dom.rb +++ b/Formula/c/collada-dom.rb @@ -8,14 +8,12 @@ class ColladaDom < Formula head "https://github.com/rdiankov/collada-dom.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "93ee168d5e413ac9709071615535b1e41a69104a256874a88c455b93a69473cd" - sha256 cellar: :any, arm64_sonoma: "a23c3731eff60bcd2dc079fa88da110bdfa807137fe18cdd7893677cd522fd3c" - sha256 cellar: :any, arm64_ventura: "5f851bdfae69110c8648205d9f44267c722bbd424a2727649a0442c82c625e30" - sha256 cellar: :any, arm64_monterey: "46407af6b516e2a49f330278953d8d2fa6d0de217cfde68cfe53990f1dc5e33a" - sha256 cellar: :any, sonoma: "4483eedf90d10b9c7306280fafc002e5c1f7c85f2925e1b13466c7c87c3683fb" - sha256 cellar: :any, ventura: "90845ce55f8153dd85582570f9955e91b39a56c14a7543ac5412dee3577797cf" - sha256 cellar: :any, monterey: "59f34d806302668ae9cbde4ac0cdec8f024f16b4d75b84ceadf04edf1334682f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "95b9bf434a46b41bf05bc4a847f8c560ef500e7ba4b6891ea2d49a8c6d271918" + sha256 cellar: :any, arm64_sequoia: "7f2f14ada8f52d59fab95a8daa171a5f8190c082e3e593200715c15e24128758" + sha256 cellar: :any, arm64_sonoma: "5751a4df5552a182392748da057b6609ebaf823a9d0f5153e320769ec0c63261" + sha256 cellar: :any, arm64_ventura: "c1c63c11e7a9cdfe018e8840078db2d38118e68484e8aa97c20327d3d313d5f6" + sha256 cellar: :any, sonoma: "183a9d8e0ec094106681fc44295ed04c3b3575407e6fea95cfae3d257704745b" + sha256 cellar: :any, ventura: "295fff9dae9857f830805e1edfec4f35a10d80f821c86012549b0d763b2ea02a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0954666d6fe07b3cc599f72f797c61f9ef3ae2ba51d3c07dfd876bf3fbe26d8a" end depends_on "cmake" => :build From 5a8b1428e28de1a6bfd9fd75e697f4f58b38c069 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:12 +0000 Subject: [PATCH 089/151] colmap: update 3.11.1_1 bottle. --- Formula/c/colmap.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/colmap.rb b/Formula/c/colmap.rb index 5b5a5be3d8166..8bcf377d8df06 100644 --- a/Formula/c/colmap.rb +++ b/Formula/c/colmap.rb @@ -7,12 +7,12 @@ class Colmap < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "2f2cb0a6caf8b941d3b5b2ca5cd5ddf7719c1306b6f173358857ff3dcd1d4751" - sha256 cellar: :any, arm64_sonoma: "7c1b1d29867683878abb83b65de35ddc7f2fb510937fba1860406ee405a93c37" - sha256 cellar: :any, arm64_ventura: "f04ac6a942e2f8bcc8995f7d3f92e873995b2b8bf51ca49244be068f4f0196d6" - sha256 cellar: :any, sonoma: "ddfb633a73a951f3fcc3a62ce20d393d8e195b3b1869fc8edb2b4409a1736297" - sha256 cellar: :any, ventura: "9386bbb3ed794f57de94737b9acc2014763119cde5e8595841219db32478a5de" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea186d48d37c6433cde7bb3ffd31418bf1bb8f49ffc66825575c16b9d2c19785" + sha256 cellar: :any, arm64_sequoia: "23417490a270ef9546bf76e6f87e8bb73aafab7214b8677f22c0266a1178e914" + sha256 cellar: :any, arm64_sonoma: "fecc9295c3bc78930dcddaf60da846a22776b3898b3bf71f0bf5306e140c412d" + sha256 cellar: :any, arm64_ventura: "753cb168ae9b6273a59af17417e76b640f5b83a7c63ec6b0c44115e7917f25b3" + sha256 cellar: :any, sonoma: "1fcb269f274f8283d9d88139a317cca37fd3a9a3b052e08fadbfe5d179f60141" + sha256 cellar: :any, ventura: "8e4b55f3556981af9b37da86be510eaae74f9963ea1ee67659f73a668db15e2d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "047a91d11f90d80e0a48a151db101c00838b18030006fcfe19ba694d8d4bb141" end depends_on "cmake" => :build From 24ee1936ece04005928b2adb1bd492871223b290 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:12 +0000 Subject: [PATCH 090/151] cryfs: update 1.0.1_1 bottle. --- Formula/c/cryfs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cryfs.rb b/Formula/c/cryfs.rb index 501b49b84f19a..93dc38dbeaab3 100644 --- a/Formula/c/cryfs.rb +++ b/Formula/c/cryfs.rb @@ -10,7 +10,7 @@ class Cryfs < Formula head "https://github.com/cryfs/cryfs.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, x86_64_linux: "a25dfa60bd7eab0ff27f0a913f3d584a914e4b1d84ac88238edc0cd6d115d96c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d4085d36efef97aafd21cc24952945e5e7fbab9bb28e20ae1a2deaf38f6bfd4d" end depends_on "cmake" => :build From cd11b98812a21fc0d55d63cb9e9db260bc98c0be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:13 +0000 Subject: [PATCH 091/151] dspdfviewer: update 1.15.1_23 bottle. --- Formula/d/dspdfviewer.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/d/dspdfviewer.rb b/Formula/d/dspdfviewer.rb index 6a363ffe0dbc7..9da51f872b87e 100644 --- a/Formula/d/dspdfviewer.rb +++ b/Formula/d/dspdfviewer.rb @@ -8,14 +8,12 @@ class Dspdfviewer < Formula head "https://github.com/dannyedel/dspdfviewer.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "ce3347f631f796c57c1fe421fd402cdd77df6c8bb245efeaf64eb6fb2c561363" - sha256 cellar: :any, arm64_sonoma: "5db996084e2c7e06c3c474933cb6e4255fa1c37dea5a111f82a971a8e2dfec73" - sha256 cellar: :any, arm64_ventura: "52596ae451143f2669614d9694c304c3123168d7db50d79bdcd12aa6684040d7" - sha256 cellar: :any, arm64_monterey: "84ee197efe13c91f1f127e68796c2d77cb5d694dab0943b1b3372bede5158c68" - sha256 cellar: :any, sonoma: "4f23c224799ec83898e871f708bad7da8817b85d68580bbcf58c14b30cedb768" - sha256 cellar: :any, ventura: "06d12144f5919f8068177086a482988e116e88091e771c6e91918f0cd720f776" - sha256 cellar: :any, monterey: "efeeee0f226a452c50e0077ac08d82e8c588de102fbf41deff4c2047a6f098c7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e95e14b53711e78ccd607afb0f44ba040f27b381d23cd4a7b6cec8ebb7d09ba" + sha256 cellar: :any, arm64_sequoia: "f2bface45d5755709da64d7ca8ad1cd83084184873fd0df4ac70208e6e4637c0" + sha256 cellar: :any, arm64_sonoma: "2b9f3cfb2c67e76fd58d45e22676e83d21d6fef080be544150052d03b26e4ded" + sha256 cellar: :any, arm64_ventura: "12a58b62a7e2835817acdc79d1a894d365c542be1c8b4568896458532cb6555f" + sha256 cellar: :any, sonoma: "941a8f9f9d150cf65c1df615544975d88149cf358abb7f5fd62211430bfbf63d" + sha256 cellar: :any, ventura: "c4eac68c959c1a14d31c5a2977a9c15d24bca1c5bab169f61196ac0336e7b434" + sha256 cellar: :any_skip_relocation, x86_64_linux: "91de3a769d25fc70db8460cb2d6636eca33834a955364f4ec747fbe2a2efbfbd" end depends_on "cmake" => :build From 0fb7b030d90bf0d59cc18434c8cdba38bedb1425 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:13 +0000 Subject: [PATCH 092/151] dwarfs: update 0.10.2_1 bottle. --- Formula/d/dwarfs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dwarfs.rb b/Formula/d/dwarfs.rb index 31756d7f5743d..d798453268d3c 100644 --- a/Formula/d/dwarfs.rb +++ b/Formula/d/dwarfs.rb @@ -12,12 +12,12 @@ class Dwarfs < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c9da1692ffab162576ddfd8d99291869be8658c53779a1603ae730ddb3ce1568" - sha256 cellar: :any, arm64_sonoma: "ce2fd4fa9749ad58aa1b8902dd673088b4f7172d0cc804515fa7e2fc30034d9b" - sha256 cellar: :any, arm64_ventura: "40a82a04d7942c79f4a3ecff411e8a5770818be3dc5cbef931fd9e26db69c8a5" - sha256 cellar: :any, sonoma: "de5eda763e440e9ed01b3d7ea4b743cc33710784aabd36c5f2e58b05b7476ee6" - sha256 cellar: :any, ventura: "c1038b62ff2ff229e38ed7be3847309758438a5b36666f0751e17026b1406a1c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9c18a7327293d2db9cdd92c0d5fe0dd0dd4344053df52559530334c9863c87d" + sha256 cellar: :any, arm64_sequoia: "0b37775f9b208571fbe489d10419004a12d083a52ef54b3737b4d8add2cd70eb" + sha256 cellar: :any, arm64_sonoma: "cd8af7dcb84a9c5a593100f0d49c06db118c2762987a093861f654940b525cef" + sha256 cellar: :any, arm64_ventura: "c6f16eab5421027f90fe1424686ac19f8bf0e0aa6976cba0563888f2e273d2dc" + sha256 cellar: :any, sonoma: "9f5a52055a38a83e10614e8cacecf0a1998b2082b145534c6a7aa8ba0eb5fde1" + sha256 cellar: :any, ventura: "cf5f58b64979a49789882121ab1f21d678b4abe566dde761c8f9b8faff092b84" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ba933a86248c522c065c2fd974d95238086ac5dfdd0a1cb812f88b124df7cc48" end depends_on "cmake" => :build From 1d8d83e7bd9074c2554c6ceb0d25438ae853a7ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:14 +0000 Subject: [PATCH 093/151] edencommon: update 2024.12.02.00_1 bottle. --- Formula/e/edencommon.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/edencommon.rb b/Formula/e/edencommon.rb index cca61187db229..f76a83ceae4ca 100644 --- a/Formula/e/edencommon.rb +++ b/Formula/e/edencommon.rb @@ -8,12 +8,12 @@ class Edencommon < Formula head "https://github.com/facebookexperimental/edencommon.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "207ba8310ed2193c2047d78e0b65c28e7f20ff605122e2c40c2afe565010c9b2" - sha256 cellar: :any, arm64_sonoma: "be7f4f44f9e6cfb1a4eb5ec250377ffb8b270dcae4a31aaa9f7a4a36dd4aef24" - sha256 cellar: :any, arm64_ventura: "83bc8ec5c4ca916e18b5908610a99758b2ad6433aaf9f8c67dec91f29e6dddaf" - sha256 cellar: :any, sonoma: "e252ba657df0680fdc77ada836dbdf64ffc843bc16d84bbd01a650d270ef7ae8" - sha256 cellar: :any, ventura: "182e5b25935953876df43c15b3cb4575cb7d6c4333adf142c322ecef601f3c3d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea8d0693bd0b021d1b11c2964ba98db6dade8fd90e9e247ccd6b69fb183e6fff" + sha256 cellar: :any, arm64_sequoia: "83eaeaef21caa7562dfed61555ec89b57aa6fbaf08866d8cbece627a1855bf94" + sha256 cellar: :any, arm64_sonoma: "6194bc2ab0c56d1383f44dfebfb635d1cce1214a12315b717a10fbfccf90a2e6" + sha256 cellar: :any, arm64_ventura: "24c45508d9e9b55ccef63a68a2e004f4084392cc27c0c2e240eb2cb296765275" + sha256 cellar: :any, sonoma: "cb693e65b565152716e934c64cf018eb042c4a17a42f6bc8383b90e2cce5b928" + sha256 cellar: :any, ventura: "e02790a055c067143ca55eff004ca05c40f12e47adde3447f5bed44337d3cf41" + sha256 cellar: :any_skip_relocation, x86_64_linux: "030338f313bdd546c6058c956b459a642c67e5840dac1497b8a1ea440e19a4f7" end depends_on "cmake" => :build From 40b50ba4d2bed7f5a6a1ac9de2b2354f98943864 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:14 +0000 Subject: [PATCH 094/151] eigenpy: update 3.10.1_1 bottle. --- Formula/e/eigenpy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/eigenpy.rb b/Formula/e/eigenpy.rb index 498dd6ab427e3..2adb78a861503 100644 --- a/Formula/e/eigenpy.rb +++ b/Formula/e/eigenpy.rb @@ -8,12 +8,12 @@ class Eigenpy < Formula head "https://github.com/stack-of-tasks/eigenpy.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "2873eb6f51db6437e0a463de495856c3c36a95157be2cefaf77923be054b2ac1" - sha256 cellar: :any, arm64_sonoma: "178b9c4635958edd26edc9fc3d3f496f77d1425cb2cc0d87bc3f7d8805069844" - sha256 cellar: :any, arm64_ventura: "9a83b7ebdb25767c84adc267701182830f5f5ad85d20ad1b0abe09138f3e2890" - sha256 cellar: :any, sonoma: "8405f62554a5deb4c51c1a751a5eda8797418c4dcdfcf909bcc005607c442b37" - sha256 cellar: :any, ventura: "b5c5be71db3f9252241280ab376645a4656c9b67e9449d42fddcea3b63078194" - sha256 cellar: :any_skip_relocation, x86_64_linux: "96fb6f25e75ddcc3f05d1a6aaa229d5a9450f5ad32b28c24c8db28d7d946307a" + sha256 cellar: :any, arm64_sequoia: "e54f499c863e9dc6653472cdb0833cc23dd93b1e25a30e6097bbf3de1a03ebd4" + sha256 cellar: :any, arm64_sonoma: "17aedeb9538d2bd5d20741006e21d8b270b312af27b3e91c07abbb107044e6f1" + sha256 cellar: :any, arm64_ventura: "61a64d934d8b3cb150183cb3a22fe1cfcd50d016eacf0f93d800d1aafed958df" + sha256 cellar: :any, sonoma: "33ad45aacbbd7a830eb89842e2debe1bc0850996486e373dcb8352edc5107a93" + sha256 cellar: :any, ventura: "2437d5ae18ebc874fcfdd3d0140370e8cc21a001989f9adc092d4e355e32096b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1d811266c368c0cd20080e05c30215d9509c94bdc84979d316d564f31bdb05a7" end depends_on "boost" => :build From 067bbb5d162401a3335f8afa7b3f8e5de3d86cef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:14 +0000 Subject: [PATCH 095/151] fbthrift: update 2024.12.02.00_1 bottle. --- Formula/f/fbthrift.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fbthrift.rb b/Formula/f/fbthrift.rb index 3ac5254ad5499..9c4ba8e0d035a 100644 --- a/Formula/f/fbthrift.rb +++ b/Formula/f/fbthrift.rb @@ -8,12 +8,12 @@ class Fbthrift < Formula head "https://github.com/facebook/fbthrift.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "20142a397f41996e2c57a70d636f09c7b2665ed6735503ed4ffee194921829b1" - sha256 cellar: :any, arm64_sonoma: "a08c08f36736349628991d985de838b3aecf27fdb01c898889fa3c83f08fd68e" - sha256 cellar: :any, arm64_ventura: "7d97c464fe64ad04a4735af5b2b79ef49f889ca04c41aa5b31355f5a7976581b" - sha256 cellar: :any, sonoma: "1f7ef47b02c3c0a1cc276cb24251123293f43e802d151ab9c988eead659bf2b7" - sha256 cellar: :any, ventura: "0c2d14dc41fee44d2872e15b46a1e9b42cdb15edff72b0d9ad6aec51c794afa3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "514a6273f37f269b5c598d657e4b39cf7a06ab017d59729351e8d45a9cb75d91" + sha256 cellar: :any, arm64_sequoia: "8a2b742b024b4c69e7d1d0c63a813293343e3439275c88c3f8fce04cf4375d14" + sha256 cellar: :any, arm64_sonoma: "79424fb01378d7133d8875c67051b60b0a690b8e97027db1e46740a57e069978" + sha256 cellar: :any, arm64_ventura: "192dd4539f7d780954d40f206248cb59ea280cdd924af9e772dfe1379d26dec7" + sha256 cellar: :any, sonoma: "71a5a0b8b84ba64f363f125d06b22140fe9f684435c32fcdf395271584cd5a3d" + sha256 cellar: :any, ventura: "742b0e9fc7e17d365a6d894beea8b0c4f3ca8633a1add7cd68bfd3d3358c19a8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2a4f6031c7bd4407d5975f7e6961fc8c7918f6dfa4fadc08d50b7ea493a02d43" end depends_on "bison" => :build # Needs Bison 3.1+ From f1a6699b0f423cfea9d87fb727b947585763ae75 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:15 +0000 Subject: [PATCH 096/151] folly: update 2024.12.02.00_1 bottle. --- Formula/f/folly.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/folly.rb b/Formula/f/folly.rb index cbd349ec6e917..dc3023ae36afb 100644 --- a/Formula/f/folly.rb +++ b/Formula/f/folly.rb @@ -8,12 +8,12 @@ class Folly < Formula head "https://github.com/facebook/folly.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "0d6624b8a4f8683416f338902f9a6295353e62f88e11aeb373dd165f237ca602" - sha256 cellar: :any, arm64_sonoma: "901d849ea6d9ba7d4bb82dec5e40b1c126ec48d626b38f5bfc419e31ef99bfc5" - sha256 cellar: :any, arm64_ventura: "df3760061f3e4b1d1e4bc45a960927d966d1ea3df643c820b2f4aaf364ef5bbc" - sha256 cellar: :any, sonoma: "4d809f751c3390303d8ca829ed77c65d189badfe33492a44527fbceb85858910" - sha256 cellar: :any, ventura: "9cca3e0d416f8688cc1ad92f9d1088ac8e3de7d037127739f6425d6b6b726e39" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6bc959926b8ea699066e5e57d71d37ee454eccb02e991dc26eb8999d3498b2a9" + sha256 cellar: :any, arm64_sequoia: "06f615ef9b72bf4e3544a027fdcf48208f0e2867334291fe817107e19ee1b375" + sha256 cellar: :any, arm64_sonoma: "ac1494f2ec354951d3005e33134c7032c6683d7aa40a6b1c04e5e24b3dd993dd" + sha256 cellar: :any, arm64_ventura: "9a6a25c45b6addf14f9c60f31990d99719c92852c685f7de2fc3f34ab57f40f6" + sha256 cellar: :any, sonoma: "1f3488b11d18f6497881c83e34d2914c4030ecf47a50e161f15ef0f87d90c384" + sha256 cellar: :any, ventura: "fbd69180834d312c065f9f79aa2ff9f9e1170704294165c545a1c6589df4d5a4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "78ad87ec5d3c5fc2eb7ad3cabecfe8ca5a2d19aed05b3a415513f9326f9f8eec" end depends_on "cmake" => :build From a8bb39c7196622657e1ad19766c8a3ac788ee233 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:15 +0000 Subject: [PATCH 097/151] freeling: update 4.2.1_8 bottle. --- Formula/f/freeling.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/freeling.rb b/Formula/f/freeling.rb index 5f073656aa8b6..5ba0c33434171 100644 --- a/Formula/f/freeling.rb +++ b/Formula/f/freeling.rb @@ -7,12 +7,12 @@ class Freeling < Formula revision 8 bottle do - sha256 cellar: :any, arm64_sequoia: "bb16cae69ece5d45a27ec4e4a7c19f767bae6e86adde1b7c6cc62eebf5f0f332" - sha256 cellar: :any, arm64_sonoma: "32f84651b83687a37d38186b3ca30ed6d1a756de7b8079350a58e29779a8a916" - sha256 cellar: :any, arm64_ventura: "6049a2e53d726ad543ba69b973fc23d7296146d74e2620ae5aebb6ddcacfa684" - sha256 cellar: :any, sonoma: "d55210dda67692917cf299ae755baf1ab8cc97903c8b7258f2f5169f403b3727" - sha256 cellar: :any, ventura: "2d54a7d0dba20a3e9674bff837ad222745650f66598d8a24d50f40d3d1bc92eb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6c64d78b21c012aed472e1345e742211129771abe3c3c3250bc965283f6141fc" + sha256 cellar: :any, arm64_sequoia: "d6acdd643de5c309907ceb793cd046cd8dd8ad28699322502b5dfb66a2242a2f" + sha256 cellar: :any, arm64_sonoma: "322a9d592bc73e998a38644941240636caa518d30116c1fa70f8d9239b000d30" + sha256 cellar: :any, arm64_ventura: "fd3f956da818dd715eedc7b82f8bf0f5045a38021ccf1b000691811edf2f35a3" + sha256 cellar: :any, sonoma: "780a8288885a7e4577fd407cedd81431f52b7158ac46950623893e5cb2e17905" + sha256 cellar: :any, ventura: "506d8768088d58c6bb31306c78f1bd0470d3f1f06b0aab7a97897cf99056c4d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "59dff48c765a92393305e2ed97eb4764fdfd458ff3d1e18dce973179dd3b3a3e" end depends_on "cmake" => :build From be8e5a49fa4bface954f5d5b2a5d98a093d782a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:15 +0000 Subject: [PATCH 098/151] fuego: update 1.1_13 bottle. --- Formula/f/fuego.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/f/fuego.rb b/Formula/f/fuego.rb index 1947b4e902e13..62dbc8c6734e4 100644 --- a/Formula/f/fuego.rb +++ b/Formula/f/fuego.rb @@ -14,14 +14,12 @@ class Fuego < Formula end bottle do - sha256 arm64_sequoia: "ba5cd9af8fe11684d0dfffcd393417b2874849666cbe77cfcfde03d461074d5f" - sha256 arm64_sonoma: "728de8edc4b06d36d3160d14071d41a398d7baf7a25e7d549d58ab577acce36e" - sha256 arm64_ventura: "5e8cc9ada632b70b903ddcbf541dc53a2f32382108000988c5c8314c931a37a2" - sha256 arm64_monterey: "44f70fc2fc2c52d9cbe6c58cf66a1d707e9f4e8625d3f168c583dd2a5c1efbd4" - sha256 sonoma: "39cbea7e8175ec689dccb15259cceba74e74e0886092067b2f3792a5a2b63aed" - sha256 ventura: "0d50385a7d97bd9972812775a070f4d1439ff222507e17ffbf3bc06467751a62" - sha256 monterey: "4a91c2ccaa69c0b765c61f9a77185e652190d2b1576419d38fb67cbd21090e0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a413e72174860b5211d482c1a1b1e69ecd90ff314236c86dbc1f3287aeaa7f6" + sha256 arm64_sequoia: "13e5216438f83d46c8ee563d374ce2d1779d939e3685ddfb8dbadc4e80973603" + sha256 arm64_sonoma: "6e990c366d2f9336021ece74d5e1631138494956102841e5e604a6b191c1f835" + sha256 arm64_ventura: "e46f29878cd3da3bd37ea45ed0b059d6107614db694ab42cdae6aab8e9300fb7" + sha256 sonoma: "e386d89a79e0a445169ad537a6c0355470cc627eb8dff028e63683fdb87faf4c" + sha256 ventura: "17498a162c38903e19def645d699200834edd0257faaffa506f4270bc53628b0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a636b9b22b178bf38ad82e3c488b5decc87d7124c254e3f7a16cc37bfc642cf1" end depends_on "autoconf" => :build From 04da6573a16ca64f0a884015a82a69b7a81b0f37 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:16 +0000 Subject: [PATCH 099/151] gearman: update 1.1.21_4 bottle. --- Formula/g/gearman.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/g/gearman.rb b/Formula/g/gearman.rb index a0d6abdff150a..605172e47a1fd 100644 --- a/Formula/g/gearman.rb +++ b/Formula/g/gearman.rb @@ -7,14 +7,12 @@ class Gearman < Formula revision 4 bottle do - sha256 cellar: :any, arm64_sequoia: "5cdfdb84c2102f65926d2265929435a919eca018f7535e7cc68c022923065b18" - sha256 cellar: :any, arm64_sonoma: "9d1da4a4f4163500fa5526812bc3a0568378e01a89001545bf45cee7c61d5ed7" - sha256 cellar: :any, arm64_ventura: "4b43f495ded047c9a8bbf9cd1007151049cebf7cefcde392d00b9e3bb16b6bdb" - sha256 cellar: :any, arm64_monterey: "93ccbc7bf2fe168924a57d16851206fbf781f3ff78460c66f1e97e5551287bfd" - sha256 cellar: :any, sonoma: "af960e8b7736a776909060bb4544f46058ab065a4bef2472b02bd4119142f2c1" - sha256 cellar: :any, ventura: "30f5a814200b4eef0fa30ed3a26d526c18cf8fd03e9466e37699c1f16a09ad07" - sha256 cellar: :any, monterey: "157e08eabcf0400b1f4c79a678b77433fc3d6c10390b372c641478ed4e5352c4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "285adf59fe86f27e59a6292255c4d62b281db259ec4f6f49a88469a8e0491e3a" + sha256 cellar: :any, arm64_sequoia: "4467566d914682138283953f1311ddf23572a4afd959d82ac0b2a603549e0cee" + sha256 cellar: :any, arm64_sonoma: "4b67a0129dce2a868d5079867cbdb4d115d9eae56ec52a41c9b562a509415599" + sha256 cellar: :any, arm64_ventura: "008c71b1e3df7004c782f0278295b7b3a7e664ffba761a30975e4913134ad2b2" + sha256 cellar: :any, sonoma: "6c5c2cace944c91f0306e7f4ec3ee247fa9af89b8b9b24c2ce66a6c9ce1260de" + sha256 cellar: :any, ventura: "6fc4431c7fab994717bb3a95f4b0f716398a4ebd83a5c677ea9776f7df211600" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4c855de1197c2a51653daf11305124821fe5fa2283f604dfbc332f6cee4e4236" end depends_on "pkgconf" => :build From a50fd43f4858e04ba3f9330e45b2282e0c32efef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:16 +0000 Subject: [PATCH 100/151] gource: update 0.55_2 bottle. --- Formula/g/gource.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/g/gource.rb b/Formula/g/gource.rb index 01a9bb0ee8cb7..3f1a3ce5ddd73 100644 --- a/Formula/g/gource.rb +++ b/Formula/g/gource.rb @@ -7,14 +7,12 @@ class Gource < Formula revision 2 bottle do - sha256 arm64_sequoia: "c735cd51d9e849ddae9f6fe7fee81279a997eed45faee857806e0f3fc0f7d560" - sha256 arm64_sonoma: "0e04c59ea31bcac42b276ddb55c793c3965c7c95863ee93980321a20768ba82b" - sha256 arm64_ventura: "f0c75e3218b79997ea769dc36701f78cd9c3471184f984b60ffb5d0dbec86268" - sha256 arm64_monterey: "bd2bad94832bbc7e1a668c70b97dd7a2c432a43cdf316d753c29c5c739c04319" - sha256 sonoma: "e5b2f41f0a965a3dd857ff701ba535b85fe08719e395b1ddcb4aea54f81f3d63" - sha256 ventura: "99b2e09613f40fe201663c5e72d2688214358dc97373cfce90d8f73232eb61d5" - sha256 monterey: "bcbe2dbfcb48406b6f28a3579dc45a9c8a1c0c60cc8a6563301e1b52c2c9d73a" - sha256 x86_64_linux: "164916b7277e4beb805bd690735a859475dcd5d83690f5daff348eebb62d0374" + sha256 arm64_sequoia: "45751a1641fe7d73147fe811f8ac03d01e125dc545524fc9b130ea97714ab275" + sha256 arm64_sonoma: "2081d916c3ce5876f496d23ce8d6b092101aaf2750b4987c593fc52168279f2a" + sha256 arm64_ventura: "bb6149e22c1ca5442f9974a1079a75f6ae1def91d9439b60bfe411659b9f9ad7" + sha256 sonoma: "163f2bc4d805804d54538f0b0c5e50ca98c8541bc05f2fae65d845a521da8d8c" + sha256 ventura: "1fc962a7b5587a8ce44f71c98b4966460f2b929d050a3477a3f08b878dc40c8c" + sha256 x86_64_linux: "01eaeab6eaaedd52c2ee0f7f7885e96357f560eb12b6b1029a5e322923128c44" end head do From 9ee89c194eacaae6799caa0c552a2d8941ed2fb4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:17 +0000 Subject: [PATCH 101/151] graph-tool: update 2.80_1 bottle. --- Formula/g/graph-tool.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/graph-tool.rb b/Formula/g/graph-tool.rb index 9bfc735e6a992..13d82a192de72 100644 --- a/Formula/g/graph-tool.rb +++ b/Formula/g/graph-tool.rb @@ -14,12 +14,12 @@ class GraphTool < Formula end bottle do - sha256 arm64_sequoia: "f8312ee277316d2541abce5195a4f7afb50121a48108a63d5befd47888160175" - sha256 arm64_sonoma: "afe92a1713d4b26d830d8d37dd6d34f519c03ce98f38ff2612a9512c6897a09f" - sha256 arm64_ventura: "a1d72270290cc4545f1c324dcf36e9f82a93d327a06c6c03986288962e752006" - sha256 sonoma: "8af3886cfcb8afa48dad5c12f786284713e56007903a30aa44811db493cd09c7" - sha256 ventura: "0245644ae50faaa755440145fa7ed164db9629cd882614bb52834264c8e7573d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "95965b45ede426cc12f96b0d8713a98f334ac36bd92919ff26352c77d50272d8" + sha256 arm64_sequoia: "a470f54a72794490fe01c6ba75f0a7c317f7d3a66adfc28e6e04c890a95384aa" + sha256 arm64_sonoma: "5855ff9082d883e5458ce9c3836f3253477cdeb4b9ec36d4a1a282bb10a1fe8c" + sha256 arm64_ventura: "a066410f639abda1d7300e9b77255d9a6108f0177e43bf0e9559bfa03cab3008" + sha256 sonoma: "5e978a35eab16ca77d95a1291d5f528a642740ad482e62129a66d1c78cb2a7ad" + sha256 ventura: "a5c622b74b2ed842d6660e1439d8305fd3e6868272d57d4b81bffbe5e0bd6540" + sha256 cellar: :any_skip_relocation, x86_64_linux: "57ca74a88ac29c15a829255ccbd430995bb492191a13c81bc0a3f18c0644256e" end depends_on "google-sparsehash" => :build From e0da9b8ba3f99b602b37da0174a06ce9abe726e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:17 +0000 Subject: [PATCH 102/151] innoextract: update 1.9_10 bottle. --- Formula/i/innoextract.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/i/innoextract.rb b/Formula/i/innoextract.rb index e0d0d5d2027b8..927698552f650 100644 --- a/Formula/i/innoextract.rb +++ b/Formula/i/innoextract.rb @@ -13,14 +13,12 @@ class Innoextract < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "bdb79b724eb71b85cacb7911da0fc14d442b8b668162c8745b4e6257df495c28" - sha256 cellar: :any, arm64_sonoma: "2d60ed6571f7d230035575cfe3630f7b2b7243bd911f69313dad3f981257fca6" - sha256 cellar: :any, arm64_ventura: "19c8b7a38bd209c865695899c1cbb894569756751e22706a500a97598552dc77" - sha256 cellar: :any, arm64_monterey: "377142c8b5f00721c84f3a00157b7b26f270cbb3026da05f504f34f3bec80506" - sha256 cellar: :any, sonoma: "c5a9bddd53d55669ac2203d86bae7f7feb864fd63bfd47f79e79885337cf10cf" - sha256 cellar: :any, ventura: "8369c9af2fbd6cd7243b7d193e24d5402580537d0649738c67bc76ec8905d723" - sha256 cellar: :any, monterey: "75e199d52822c846a48beab97ee091b028ccd757c0dc4abc25cd857e6bd29958" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4492c1d8f175a20dbeaefca61a2c0d3525750c9939b210dff39fd6a123e1b439" + sha256 cellar: :any, arm64_sequoia: "653948d44a91bfc4b452db5ff09f022967bee5fb6fcf2b9368e9d7b2ca61d676" + sha256 cellar: :any, arm64_sonoma: "5658b594392eabdf27cb01b08b8c70d0ad4d415e8df226c7a851f026b96db2ff" + sha256 cellar: :any, arm64_ventura: "9d5d41064e579dc82059762171e6d11be09e09de1a04f2d14cc9f714c8b8e0d0" + sha256 cellar: :any, sonoma: "ebf2344eeb9e6be6f8cf2cdcdd7ae9226d4500c63f1e18aeb32fdb20655b11f8" + sha256 cellar: :any, ventura: "0b6bc1f911b58b61398f21afd839843cdd1502d2728f0e906d79dd5b74398f3d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "494cfd4d754e4eecf0b7b7d2097878fb2cfb3d3a45567f286ef79527b77cc37c" end depends_on "cmake" => :build From edf477e78feee2ead11c8cba5f825e5d0ae891d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:17 +0000 Subject: [PATCH 103/151] ledger: update 3.3.2_7 bottle. --- Formula/l/ledger.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/l/ledger.rb b/Formula/l/ledger.rb index 06d5559a19d85..c49e7249f3954 100644 --- a/Formula/l/ledger.rb +++ b/Formula/l/ledger.rb @@ -48,13 +48,12 @@ class Ledger < Formula end bottle do - rebuild 2 - sha256 cellar: :any, arm64_sequoia: "a23d59fe87c4eb5e668c0636de0286b1a9ff8f5d1e823e066b5c74315a63a68b" - sha256 cellar: :any, arm64_sonoma: "218ed68a0e22d7bd204f95da731524bc8aa2655ef6120abd408939bf5d994709" - sha256 cellar: :any, arm64_ventura: "4ddcb1fccd738eb25f3f34d7d385a6f01f6d33bf6171ad4c04cb273b165bc385" - sha256 cellar: :any, sonoma: "c9c7cdde58c09a55707cc4275ae657324aa207dc8eeed4b41edc41cc02f3907b" - sha256 cellar: :any, ventura: "2339d91e5735e72342ccb4e0890ad19e24e5018e4e5050a09e57a3d3639b98e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ffcf606599116dd135bb202d28aada69e978b017ef2f22735b9b68549919509" + sha256 cellar: :any, arm64_sequoia: "605f9873cfeee7c954f55a29fbde7cf2066792baca747d039240a4840f40bfa5" + sha256 cellar: :any, arm64_sonoma: "a84da9d701f740f902b8c635c19f394cf2b58820a9a59219773617bad15eba19" + sha256 cellar: :any, arm64_ventura: "6a3c0b722a87fb070eb270e05ca78cfded257e470166597a6766a7dbc42222b9" + sha256 cellar: :any, sonoma: "ce4e727f36f0a3159695744dceadb0362d7fbb25906152df3c8263c0c6fe59e7" + sha256 cellar: :any, ventura: "159ba0b0853efd009ad410a16bd8d2a8bdfbc4123751dff90338d810551c7e64" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb58b2ab66d1efffa83333d0c281280a20bdd5f6dc9b9bf5058634e58639c772" end depends_on "cmake" => :build From 3d8e24d2dd217a34da58258b4da21703ff68fbbc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:18 +0000 Subject: [PATCH 104/151] leela-zero: update 0.17_9 bottle. --- Formula/l/leela-zero.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/l/leela-zero.rb b/Formula/l/leela-zero.rb index 5f212cfbd9a73..6e3f945e564a7 100644 --- a/Formula/l/leela-zero.rb +++ b/Formula/l/leela-zero.rb @@ -9,14 +9,12 @@ class LeelaZero < Formula revision 9 bottle do - sha256 cellar: :any, arm64_sequoia: "5c808d7abd764508dbbeda62b0f4f86cb2d117995422f872a2d6515515b46811" - sha256 cellar: :any, arm64_sonoma: "523b2b5c9a450e6a3c50f6090d8f3e82250225db54c4b75bf4c414fedc9b4397" - sha256 cellar: :any, arm64_ventura: "6d9a72e5a28e17732d5d2f5841633ee88d02a769a04056ba435e2d7b0f13e871" - sha256 cellar: :any, arm64_monterey: "dca485dc625d0e8df88066c0b7d2a40342b268635123d24a385dac2c8cd738d5" - sha256 cellar: :any, sonoma: "b8bad84bb425a13306edbad05b88f13b0efbfe170f644eca3419f8052912e775" - sha256 cellar: :any, ventura: "b92d3a4331520dbb6be08f98d20a2c44d7860c02b9d87307cb971eb8ba3ea5cf" - sha256 cellar: :any, monterey: "613ece14bc664dddddd5f099a8cd2714e91b71348b47c40e920d43ea1590c77a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7f264275f3f12d811a7d8be26b6b8e77a7bc9bcdd0fa237e5fa8982e005f8a17" + sha256 cellar: :any, arm64_sequoia: "85cae46d6ad50e1b55c9e1abbaa02248745b34108f2cfc0808392da051f395eb" + sha256 cellar: :any, arm64_sonoma: "e9d5144b47601a7df7c5577e6955e485eabe370ded9be2d92bf289c921e3879e" + sha256 cellar: :any, arm64_ventura: "da325324c8d07bc25b9144320a660ed4cda2f2063be15c32804fad0c726763a6" + sha256 cellar: :any, sonoma: "802f87d15cc5b7a713c5799c90159d48f7b49cd04bda131ba06202a509c55e3a" + sha256 cellar: :any, ventura: "21f62b985c0c352d1ccf1ec3c363c259682ca28b74fbe76e61ad1dd34046b656" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f68323949e99f4584b041b8f310855c30deabc898db999ff306ea2773560ad23" end depends_on "cmake" => :build From 85a9bc3430dc522c0210f3c4ecde59017a9468f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:18 +0000 Subject: [PATCH 105/151] lgogdownloader: update 3.15_2 bottle. --- Formula/l/lgogdownloader.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/lgogdownloader.rb b/Formula/l/lgogdownloader.rb index 67d35363f610e..8a3b9e2df0446 100644 --- a/Formula/l/lgogdownloader.rb +++ b/Formula/l/lgogdownloader.rb @@ -13,12 +13,12 @@ class Lgogdownloader < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "03f042d94ea73b39316154a49ac111eb5620c55704cf2076ec2b068045c368b7" - sha256 cellar: :any, arm64_sonoma: "c384eee02a5a785c86ff058fab34795c298fd9cdbbb6a375d59fb1f1f4d4e9c9" - sha256 cellar: :any, arm64_ventura: "3e0397e020434d2b8473e351c8c4d15622fc39f9fd345332dc26f9873545d7f0" - sha256 cellar: :any, sonoma: "e29c38f06b3b2c8519d58f05438ee7c8a904545f02b02545aa4d774dd6a6715a" - sha256 cellar: :any, ventura: "bf9b8bd9761c7bfaa1ba45262e387070996eabffc001613aa7c4bf63f15374a2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a21d687adb294894e88d4f2c6173aaf6ec5b293baeb548d5698c94cc0c5b1cd8" + sha256 cellar: :any, arm64_sequoia: "2f802edd60d60cb14be5eb3d9360a016c37adb50b8b85e0244b9343f0b87a423" + sha256 cellar: :any, arm64_sonoma: "068b621626acb6d1fe244f5e23563291706f5f3b48fbb51d57f46d6923e93950" + sha256 cellar: :any, arm64_ventura: "2000bba7f6b8a40619ddef69025cf5688a9c9398f63bac497ea81ee8a89d16e8" + sha256 cellar: :any, sonoma: "fa39dcebf2fc5db392c1466d2bb263a0da065e3c6383dd184141b36734737937" + sha256 cellar: :any, ventura: "a813c264522bea16bd899a90421647191adfa7e57e6819ab404194531811b9f5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bae3f52fd3b0ba829ac3e967c87be19d33d25b6920dbf6b2c4de03359e9aa14" end depends_on "cmake" => :build From eedae1aa2db721b639d2c7b1e2cbc9dd384a0dc3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:18 +0000 Subject: [PATCH 106/151] libphonenumber: update 8.13.52_1 bottle. --- Formula/lib/libphonenumber.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/lib/libphonenumber.rb b/Formula/lib/libphonenumber.rb index 7e60e96541885..f0fb3abfd097c 100644 --- a/Formula/lib/libphonenumber.rb +++ b/Formula/lib/libphonenumber.rb @@ -12,12 +12,12 @@ class Libphonenumber < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "f0a2052f155bc7e70bc0a4c46ed6307e790d3f44ee09624956f0f4908e0e4efe" - sha256 cellar: :any, arm64_sonoma: "dab4af01874420c6ca792c9e7349ed4e287b1db5212c758c5a9f414776ff56c7" - sha256 cellar: :any, arm64_ventura: "7a47119bab241e9326ea9ce9738cb7e5c49127924226654933f472f437216fed" - sha256 cellar: :any, sonoma: "adbc23e42040d0c6637b7d78e3200269234f1e267e5d7edc4eb90cef8c42b6c5" - sha256 cellar: :any, ventura: "1eb1c1ca954499cc648c6d31551dbd26fb6769818d2029cec208459289a88a4d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6b0043ea1275bfdbdc60d990fa1c72012b0c3eccf9d187c09f727f943b234bab" + sha256 cellar: :any, arm64_sequoia: "241f50679ee3fc652ae58fbb02444ce4839ff21d90cc61e68429093212d3b192" + sha256 cellar: :any, arm64_sonoma: "10edbc97629f5b723eff435b2723b01b5e17b1c85feb6f4a014218a72a44a6fc" + sha256 cellar: :any, arm64_ventura: "0383ef256f26183094e3262907784e700fa0096a7bafb10ab541cc4ba660d428" + sha256 cellar: :any, sonoma: "b3ffeeefe2484be42d21f4bb4466047e1c143d543f1d300387507ed64dd4095b" + sha256 cellar: :any, ventura: "25dac322de47ce55e8cf1fe08a09bc03953d3a309617fbeb9e58065435dff483" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1dae0de2ffe088bd519722bd4ecf2ea3ae07ce2442ca8b3971b84cc72a313c0c" end depends_on "cmake" => [:build, :test] From 170263d73c05d4a23073e05d8c78a8087b0fc3b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:19 +0000 Subject: [PATCH 107/151] libtorrent-rasterbar: update 2.0.10_3 bottle. --- Formula/lib/libtorrent-rasterbar.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/lib/libtorrent-rasterbar.rb b/Formula/lib/libtorrent-rasterbar.rb index e0746b979fd5a..21882642f8a67 100644 --- a/Formula/lib/libtorrent-rasterbar.rb +++ b/Formula/lib/libtorrent-rasterbar.rb @@ -13,14 +13,12 @@ class LibtorrentRasterbar < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "118ace02f7511f3ff7dadc4b98d85ed278b16eb09a50111ff60f1c9dd8ad8321" - sha256 cellar: :any, arm64_sonoma: "50532f4eedba2d57e7fb2db3ab6e5c770b8eda6b76f97d38bea9748db9872d7a" - sha256 cellar: :any, arm64_ventura: "bd03c85cb5fc01a211038dd369b8d80a322b7106673f46a8bb43d50385c36b02" - sha256 cellar: :any, arm64_monterey: "4798a834da1d0a060db48116b409ac42888f73c5ea366b2b1c9e434710ee2549" - sha256 cellar: :any, sonoma: "ba11a9e2a4a9b51368ca95d5dbc4a27870f14b8db4ebc97a4a582b1b0389df35" - sha256 cellar: :any, ventura: "52d5482c3183570f5225ada003a09a07bcbd10cdc526f53517cb096112f14f90" - sha256 cellar: :any, monterey: "e3a83621f13f749b68d53b58154845be5c2b2317903301d59e509a4355cfa473" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a73d8c5e133d4fe97a02b60cebea00d2e29219038d59f2ffa13f2cef46ad2790" + sha256 cellar: :any, arm64_sequoia: "3637c0a0afbaac9de9591c08696dc4f682d0ea91d939bcfab539f865001f77a9" + sha256 cellar: :any, arm64_sonoma: "66efb6698103963c2710a5de5fb425e8a26df2220467c940e482bbdb9ec9382a" + sha256 cellar: :any, arm64_ventura: "4eabef41b274962921d5b0a33a5141134fd068d1ea4befb427c987e4f8ae2d3b" + sha256 cellar: :any, sonoma: "2a90dcc6d9c9a7f65d15d14c4de7908d314e1fe56fd5cf21ba963ade720f4d3a" + sha256 cellar: :any, ventura: "d68b41439aeddea972b3d806cd3cfba2ecc32177cf92158375dae77441e63431" + sha256 cellar: :any_skip_relocation, x86_64_linux: "342ff9810e98909f4b998a77de864457dd90baa2ae50f31e6459b40c8a4e8f10" end depends_on "cmake" => :build From a5e585b3b0d96044b81ecdb6ec2ad572140150e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:19 +0000 Subject: [PATCH 108/151] logstalgia: update 1.1.4_6 bottle. --- Formula/l/logstalgia.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/l/logstalgia.rb b/Formula/l/logstalgia.rb index 1a15778fab726..905c4be92b6e5 100644 --- a/Formula/l/logstalgia.rb +++ b/Formula/l/logstalgia.rb @@ -7,14 +7,12 @@ class Logstalgia < Formula revision 6 bottle do - sha256 arm64_sequoia: "9e8b7be5a60940996e39a2290dadf2fe4b07ee78b2cac15d504bcffe0de099da" - sha256 arm64_sonoma: "63b8d1d033d12bfb0d5a8dadbf8e25d8c7735f31b634cc51ad76551c10f79e91" - sha256 arm64_ventura: "827d02ce978922120cdb8dc135defbe0465060ee8c7d3c778def40fde470701b" - sha256 arm64_monterey: "8a3e25918187a5b2dafb7f6e243d4c5a4e02aa7912b35f6e056f2a0717356118" - sha256 sonoma: "c3150ab07306875bb647bda016781a47e903921e3904d121bbe175a285e42d53" - sha256 ventura: "81f66ea19acbcb1def8d9069fcb8562ff2d50518e9bee5197eb10fddcaedce39" - sha256 monterey: "5255bb5cc6b4dc2b80d6b09666d16753856cb50fbe92b88cf5673013ad38161f" - sha256 x86_64_linux: "d92c190f521278e03b0a848bbb481092dcda2f68ffb85692f0c355da856faf75" + sha256 arm64_sequoia: "221c64339ccde05aa3c801dee8b6b622a413e02eb8dc5b518c557b355d274597" + sha256 arm64_sonoma: "ad28ec258c7b1719cccc9e5c0fcec798ab2ffd38ce69fd94b9f05d2d5ea23cba" + sha256 arm64_ventura: "c067670175d1f468fb49ce3c8358f2a591bac1cca15bc1e9a1c9a37d3a1d94de" + sha256 sonoma: "fd5806743b355f6106ded586a2447df24681cbb66b259c48141492350070eb7e" + sha256 ventura: "3acf2aaaffda836946cb952e0cc463b92ba958a3791e3f1719ce57e09071c774" + sha256 x86_64_linux: "b95612106ad5cb74aeb54a1d355a57c7a8953a80d775e781e46274116a3c5d82" end head do From d13a5097f2b822e2179a9d05108e753b5e9d4e4c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:20 +0000 Subject: [PATCH 109/151] maeparser: update 1.3.1_1 bottle. --- Formula/m/maeparser.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/maeparser.rb b/Formula/m/maeparser.rb index e568feee0d59f..f6b1d21805d83 100644 --- a/Formula/m/maeparser.rb +++ b/Formula/m/maeparser.rb @@ -7,12 +7,12 @@ class Maeparser < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "3a7ea0e057badfd3c4152ee82c7a168756fdf69a7ba860c52e76b54ee14db3b0" - sha256 cellar: :any, arm64_sonoma: "ca02271a309d8c6d442671b396fedc2be05915a787097c5a797313c3afbb2fea" - sha256 cellar: :any, arm64_ventura: "442e30300805148e962404029bddd1e5f3e2ced2b7da2629ca5db952336bc6ad" - sha256 cellar: :any, sonoma: "c64fc931d98a6ae27cb9dc243ac3a52d4cd2f4ad74d6c6a7a9ff60674db90479" - sha256 cellar: :any, ventura: "6174e8874ad30e0bbb991dc2dd52e9e9caca66f54680a0f8a3088294c7ba1c9c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f31191fad40b78f8639deab22940717e01af49c477b0429b6f52c77e5575d5ef" + sha256 cellar: :any, arm64_sequoia: "f6b3e9889ac81328137f42c232abc8ed084f6fccd7f8f9d228925e52d17734b0" + sha256 cellar: :any, arm64_sonoma: "d3e926ea865bb4929a1a6b04ac4ec013725fa85cae99b4fdf2d7620d3f2002bd" + sha256 cellar: :any, arm64_ventura: "11364b3ab0837b8e2b1639cf983efce227cee7c03736dd5b0686a47e92a22374" + sha256 cellar: :any, sonoma: "3f4b0aff09fd2fc3024bccd8032bde18ba11aaa87fb3bb6ccd1bf7427a6239ad" + sha256 cellar: :any, ventura: "b3e8cd570f15d6378649b8995549de4bd75287c7f7ffefeffcfa431aaa08bac2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "12d7caa35b65a79899391609904857c9910a120c35c520dfcac562a22c9cf88f" end depends_on "cmake" => :build From 02cd02af375f7b222048aa2f455f8bd6ac3c9310 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:20 +0000 Subject: [PATCH 110/151] mapcrafter: update 2.4_13 bottle. --- Formula/m/mapcrafter.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/m/mapcrafter.rb b/Formula/m/mapcrafter.rb index 975046d4c2821..32fbf881e59fc 100644 --- a/Formula/m/mapcrafter.rb +++ b/Formula/m/mapcrafter.rb @@ -7,14 +7,12 @@ class Mapcrafter < Formula revision 13 bottle do - sha256 cellar: :any, arm64_sequoia: "60fca734c298eb1039dc344ade09695af622b5f95dc7e11c79be16a9fbcf068e" - sha256 cellar: :any, arm64_sonoma: "0ac68289b87661674d36a17db3f8d5e2b7d62157b498f8f61303ba9cc03d2bb1" - sha256 cellar: :any, arm64_ventura: "adc4706a3918b77f0e24d5be8368bc541ab17aa4b54f1f37c0cb1381ab0826a9" - sha256 cellar: :any, arm64_monterey: "3d9064ce98db9b600d973ac52b2f7f7cb5c54e86cbd64b306f80672380a55c95" - sha256 cellar: :any, sonoma: "a505e7b1c29277a49fa93fb323ef245bf51375f8e912d36c433ea717de78d650" - sha256 cellar: :any, ventura: "f202f39f3ba25cf97451252e430467bf2433529fb5a39c494589900fcc214e2e" - sha256 cellar: :any, monterey: "cb1448294bbf586aad34ec1943a34faba19a973e0ac4f415daafe46f7a234f0f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6e3a10dac4592c2582e0fe73ed16f0e9234a39c69f9115584a01b157440681d4" + sha256 cellar: :any, arm64_sequoia: "d4556cc5cdbe849c4749c90f875acf0d6c8fd23161067c32896f21b7774baf55" + sha256 cellar: :any, arm64_sonoma: "550b5c6e1af585913ca491e70a7ee26f0bf00cca855944852c3c5a407dea44e7" + sha256 cellar: :any, arm64_ventura: "bb17c4f398412e9152aae89cce1dc562abd658ce7260f85f65ec142268e1d970" + sha256 cellar: :any, sonoma: "c79426460a944b07d0f53856be421471ab5893dd15794e2bdbe740413d926ad4" + sha256 cellar: :any, ventura: "8b37b8c357fed7bf253a4876aa17e4e1dc33dc1bece5632395149225350b6a27" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1e53d3945f9d2caeac7b028aede4b5a65ff3db01f290f45297395aa4e3132736" end depends_on "cmake" => :build From 07d81b539b0725772757c0f35c7978f85a84457c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:20 +0000 Subject: [PATCH 111/151] mapnik: update 4.0.4_1 bottle. --- Formula/m/mapnik.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mapnik.rb b/Formula/m/mapnik.rb index cf324d2c4065a..5cb91b38e8350 100644 --- a/Formula/m/mapnik.rb +++ b/Formula/m/mapnik.rb @@ -15,12 +15,12 @@ class Mapnik < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "ab87cb3e793e69c53615683b53b3c6e365ac186acfc7be4251dc98df6eff8aae" - sha256 cellar: :any, arm64_sonoma: "cb9c05ea5dd2d47320bfa3907ea952803fc7a0be100262b8b45db557e4821614" - sha256 cellar: :any, arm64_ventura: "60524efbf53df43e2f164aff1a2ea1316c8d6818cf64fdea9ac1b4cb6f9c52b2" - sha256 cellar: :any, sonoma: "596622beed73ac6675694cce66a9b1f73efbee6309937d01b529452ec2a6913d" - sha256 cellar: :any, ventura: "3e0672ff0984eb893bc17e4f56b43267942f3952a4b2f6b734e457c1f6122652" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b20886682c82f94cf4f3372e9345f31f57980654d25d2db146c4fcdf0a215da" + sha256 cellar: :any, arm64_sequoia: "71000dc22e3fc48801f6f8cc44f29d4f2e99563ba07808b00f20dd4f84d65fe0" + sha256 cellar: :any, arm64_sonoma: "7e3141b8941fdde78c99e500d02d23e67d033824ece3f1df0e8078925eaffc06" + sha256 cellar: :any, arm64_ventura: "fda2abd546fcfe3798fca0787c7b2e48a00ecb79130e012292b857e21a96b5ba" + sha256 cellar: :any, sonoma: "31fff0fe0ad7d138c4f74572268b6fed81e426860b79e8c5fc99e595d18e0f30" + sha256 cellar: :any, ventura: "065206f79efa11f69ace22a620506fc521adf6e64026d05285ed62e9c8338206" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6c8f071a2ee6a0d80f043ad9fbacd52af672002d8b8e49e4e7f4cff2297718e5" end depends_on "cmake" => :build From 9be7d01eacaa04e55c70f44fb6eb8be192ecdc97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:21 +0000 Subject: [PATCH 112/151] metaproxy: update 1.21.0_6 bottle. --- Formula/m/metaproxy.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/m/metaproxy.rb b/Formula/m/metaproxy.rb index 40677f82b33f8..b33117f00fda0 100644 --- a/Formula/m/metaproxy.rb +++ b/Formula/m/metaproxy.rb @@ -14,14 +14,12 @@ class Metaproxy < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "1d4baa3427aecbd1822d325dd5772d0e5631a766ca818b4622194d4e8043d78e" - sha256 cellar: :any, arm64_sonoma: "ffb90c9755736aad5b6550da41cd76092c911bde384b2a861137bb75fe825931" - sha256 cellar: :any, arm64_ventura: "c7f1d531b20ce456abfc44a9e9bd3264e92886aa4c22078f8a40ad176d6eeb6a" - sha256 cellar: :any, arm64_monterey: "324592b63eeaa2b09519704902931acd77873e4b3ffaac9eb8dcd464df6254bb" - sha256 cellar: :any, sonoma: "288a4377a1da730b21bb30abb69aa538f4e7e196c0c355a06b70dc9d8838083a" - sha256 cellar: :any, ventura: "3f39818e46442d8f649354b76a0c2cf332214b3437bd1881181330be0622c1cb" - sha256 cellar: :any, monterey: "50429ace6ef86b4ddf96da9ab950bdc40cf237662434fc61ff6f6a8f08d8c2b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a6b0f7dfee1364a2b5fa6bed0444dfc973f393ba576c06840643967a5da1f64f" + sha256 cellar: :any, arm64_sequoia: "b1eea2b79dd905c1fcc7b5d1c3daaec3dbb29ae98a36a68ea71128283e0d58b9" + sha256 cellar: :any, arm64_sonoma: "0cb4b412383eb9e632b41098897d8c505ad2018afb37155ddcf4cf9e7fe9c680" + sha256 cellar: :any, arm64_ventura: "0c1a59097b9950126974696be1aabcf0d2c3959708cefba9d2158f97219f6bf3" + sha256 cellar: :any, sonoma: "7a1adea81cd7b58bfa798904b4796b53c99fb99ebd8daf14729b3671a81e923f" + sha256 cellar: :any, ventura: "94c153a802f50a3b4c5e1e76df4688e7a1ae54ae305623f359e624dca063af29" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eaa7e3c1c3515d207a783e401edce6689990c08c649df23a57c3d7ffb5c1a695" end depends_on "pkgconf" => :build From 9c3459c409cc1112fc0e2f4f088a4372a7952471 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:21 +0000 Subject: [PATCH 113/151] mgis: update 2.2_4 bottle. --- Formula/m/mgis.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/m/mgis.rb b/Formula/m/mgis.rb index bd93bb281ecc3..9c3e12abbe640 100644 --- a/Formula/m/mgis.rb +++ b/Formula/m/mgis.rb @@ -8,14 +8,12 @@ class Mgis < Formula head "https://github.com/thelfer/MFrontGenericInterfaceSupport.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "b7779b3b5c38db9f720dfe50cf812955434ff9fa6eb9b42edb47583bcce28c45" - sha256 cellar: :any, arm64_sonoma: "73c148a736218658862b6627cd7c2864bc74f01afeaa7f948f4af7e0bc991c1f" - sha256 cellar: :any, arm64_ventura: "488f7e70c16abb8b4c6845717cda7df904f2d1d757614dfdd63bf80dc6d1beb5" - sha256 cellar: :any, arm64_monterey: "51acb9671ffeacc21b644d28e0fc5f7f9b874b1b928e06f8d93de061d013043b" - sha256 cellar: :any, sonoma: "edd070e94b3729e3fb0313846ed723cfe12c8e9139dd63f2e52ace7c1c82a3e4" - sha256 cellar: :any, ventura: "ec42419ee95dddba6b674c1f73687543d51dd07f938696cb6830d1ce2187c515" - sha256 cellar: :any, monterey: "a4ae2c41254776a40b86c3a224369c5dacf2c8bc4515ff45f769e3957d27a24e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "16ffae790702d03708dde3d9465844e67f576d50f92b9e8e0d25c88815678797" + sha256 cellar: :any, arm64_sequoia: "8ad27b36ebc81202135e46f07239c5c10cd1184482f9884df7fcadec0e4885b2" + sha256 cellar: :any, arm64_sonoma: "a0bd94fdc5643eb1d3a09fa4b291447b8d6c275485a847ce20771f085509c161" + sha256 cellar: :any, arm64_ventura: "fbfa822e7522ada5e5a1afcf89cc41b8efc88dbd8b8ae5decee40d795118f543" + sha256 cellar: :any, sonoma: "e4e6d58e29cda1d2d09ce6f312b0fcfb0875f72bae10306bb0905bd570fc41db" + sha256 cellar: :any, ventura: "cafc7308d207de8efe3e81fa225f8b3bb715d17f89c55792037978c0e4ebef2c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6325e8cf522f4467e99b6066bd464dd2d1df521a14f3f7f4060ac36ac755baa6" end depends_on "cmake" => :build From 38b065d51d00fc6ecd176656f5cd5edd481f7eff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:21 +0000 Subject: [PATCH 114/151] mkvtoolnix: update 88.0_1 bottle. --- Formula/m/mkvtoolnix.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/m/mkvtoolnix.rb b/Formula/m/mkvtoolnix.rb index bda3cb7301fcc..c51cb8473d509 100644 --- a/Formula/m/mkvtoolnix.rb +++ b/Formula/m/mkvtoolnix.rb @@ -13,11 +13,11 @@ class Mkvtoolnix < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "329977efb28115e0916b81930aa5c3d80f704873fa01a84e455cd1121c54d390" - sha256 cellar: :any, arm64_ventura: "e198ed850fe3a7321c3731779aad017805044d2baf2b87ece83ea2a9992d78e8" - sha256 cellar: :any, sonoma: "c21a7bec8c15d18e0393fdd9c06a6e32735d3c18601c684e444a2bdcdc2058c1" - sha256 cellar: :any, ventura: "d34d3d101c467d2540680136c07c2fedcd656fcf85636eb13e1ba1165ed18f96" - sha256 x86_64_linux: "30329404910c7b0ef020ed777e36b5de9203b9f53d691f7cc823bcd080014550" + sha256 cellar: :any, arm64_sonoma: "6c34e87c0f5bb7fcdcd55bfb4cb7a9f25a5328d3d7126db8429f699431346c3a" + sha256 cellar: :any, arm64_ventura: "c9acb88f46ec99a2dc1130f093ba6244a350c3da2737756d9d88dde8e1ff2c46" + sha256 cellar: :any, sonoma: "499f97ff8bc11c38a446cba15097f1b43fa9fea61d218186faf1258194197f7d" + sha256 cellar: :any, ventura: "7870d37c5e7071facd8585e0a411db19b456a52a24367b958ac1bd934e124be5" + sha256 x86_64_linux: "ee9dacf41a1cab8dd700b0b8387f658d29967e297b98c8b6224afe29d43d22d9" end head do From a1fc3be21284eb49b8610f19e26694147712d42a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:22 +0000 Subject: [PATCH 115/151] ncmpcpp: update 0.10.1_1 bottle. --- Formula/n/ncmpcpp.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/ncmpcpp.rb b/Formula/n/ncmpcpp.rb index f0ac7fe3cea1b..04ebff446a4f3 100644 --- a/Formula/n/ncmpcpp.rb +++ b/Formula/n/ncmpcpp.rb @@ -9,12 +9,12 @@ class Ncmpcpp < Formula head "https://github.com/ncmpcpp/ncmpcpp.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "33c0ecce7a49585a844ed78e18f7a0d489eb6e07f0b20686e8df4e7ae3a28343" - sha256 cellar: :any, arm64_sonoma: "ed5a1603e63554209315bd505e6af8785ba2d1e2e555089b44355829493d81c5" - sha256 cellar: :any, arm64_ventura: "2432a2868bf904bf0aab5ab13a94396298bb0f316a295ce983808a4effb06eb2" - sha256 cellar: :any, sonoma: "a2ce4e5cc19fca1daab19dbbcc44d4293ce40baa4ca35d3779b9fdfd64893629" - sha256 cellar: :any, ventura: "bdff69cc2753dec867228e68478eb72f69173b3c5abff5ac40bf8919f2b1092b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "880fef15768b5ffce305529168d746b6ee0f37d29036ef9c948daf2e6cc74516" + sha256 cellar: :any, arm64_sequoia: "a994876375a1db76829cbc6a8e19d3fb15e54d9e39c4ca08560c5ccc43f826f6" + sha256 cellar: :any, arm64_sonoma: "2bfbdb1fb89fb3f0131925d136e0f828fd4367d4fd04345966cd85952c77aad9" + sha256 cellar: :any, arm64_ventura: "79daf4e1a2fd5d87a1b8fb52217e984f8770d96cbd9bb15fc643af7fc694203f" + sha256 cellar: :any, sonoma: "1b7bd50bbad8a2b761210ff1afb18dd8ead6dcceb0c93323dc2148317ff8f494" + sha256 cellar: :any, ventura: "0c632676de91a027cbfbeb31d91709d47b82f83183add3cca8a9229ca53c6372" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c668f7f2d18ca0dd37efef5eac7e0a5b9bad851883f2e14775901c6531631739" end depends_on "autoconf" => :build From bcd59eb91a7be20d0a6891567833697975aefa19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:22 +0000 Subject: [PATCH 116/151] nzbget: update 24.5_1 bottle. --- Formula/n/nzbget.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/nzbget.rb b/Formula/n/nzbget.rb index 6d097d8bd16d9..a42140854c21d 100644 --- a/Formula/n/nzbget.rb +++ b/Formula/n/nzbget.rb @@ -8,12 +8,12 @@ class Nzbget < Formula head "https://github.com/nzbgetcom/nzbget.git", branch: "develop" bottle do - sha256 cellar: :any, arm64_sequoia: "7a8e09e7e74541d8343bef47982475c2186d8e296e357bfb383448942161347d" - sha256 cellar: :any, arm64_sonoma: "c0556137ec4c0e326e83c43d9ab585e296970cfe31906220e1dc261cb39dd615" - sha256 cellar: :any, arm64_ventura: "4eef24ab928fa122c43f2489d861244c57aadf584c402fc0453ca543b49ec1c3" - sha256 sonoma: "b529bafe3e63cd40197b021d35168055ed438e83e4d3de611d3976081d581540" - sha256 ventura: "b0801ac420cbd20d84fcfe4d7b26bf776d072ce7675d7f2fec09c9190dfc6270" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7ea1f0301b816abc15405ebedac03403c64cc8eeaf14572a6f4d43d3bd856d83" + sha256 cellar: :any, arm64_sequoia: "cfb625c14570f9ad326f3f92b01383473c94fadedb324f6b51d5f8e58a573558" + sha256 cellar: :any, arm64_sonoma: "9a79e5a56c6e0e176711be00a643789561d3422b91adc6f62c013785bb0f54e7" + sha256 cellar: :any, arm64_ventura: "13ef54d1cb4b17fb7cb91e0fdfa82297c455cd1dd01c63d03fdf385347aaf732" + sha256 sonoma: "54cf30d56515995e3b417af8927f889b8f8406352ee4c8e302d2e1bfbcb7d73d" + sha256 ventura: "d6c9ffebed9e93a4b14480f0ed02fee96da6a6ccdd6df7892d3ccdcbbe1afe96" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0038ebe43a06bf603373d93f7d83fcf43504fa81682cad9b63e370935f993fc7" end depends_on "cmake" => :build From f170686ef6e09d215e6b8f5e64632c4c2d2d557f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:23 +0000 Subject: [PATCH 117/151] ompl: update 1.6.0_9 bottle. --- Formula/o/ompl.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/o/ompl.rb b/Formula/o/ompl.rb index 8016555ed0a05..7be8debba07ef 100644 --- a/Formula/o/ompl.rb +++ b/Formula/o/ompl.rb @@ -15,14 +15,12 @@ class Ompl < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "8ddf0b61d4b9f4b0113ccb5ce2f77d2101026a614a88b4e539c6c8e0826bbe5e" - sha256 cellar: :any, arm64_sonoma: "936f9237df933d9e854ff0abe2d5e42edcc14c3732227dc4fabd8d679175f66f" - sha256 cellar: :any, arm64_ventura: "0039002b210c5f23e460cb2a99cad82d1e6db9bc5b9544aebf0dfe3325ecda03" - sha256 cellar: :any, arm64_monterey: "c0e8254f283aea3532dd73877e364182d96bf70f949db8f90f4a0aab14727922" - sha256 cellar: :any, sonoma: "0ee91c9cb10f001e93bdcf38daf438c24aa4314b86020d1bd8c891d2c99ba0df" - sha256 cellar: :any, ventura: "ddc6f4e98e47c9c752d8384d3b829196deca92f13e1c92e75aa68ec598c64432" - sha256 cellar: :any, monterey: "1be17fd3d56afd8b7f378b3074b26b3679e370cb06ce700dbe66d8fcc065f992" - sha256 cellar: :any_skip_relocation, x86_64_linux: "474464a4a0bd3c59d6c888ab496c584dd5ccf38da1ebf51edef0a2a161d3278c" + sha256 cellar: :any, arm64_sequoia: "8ac8f978f87e2733b89b277cd2635146ebd688f9010f4378172752edd46bb56f" + sha256 cellar: :any, arm64_sonoma: "552362506b178328e541716299039aa939188ed34b88313ae70f8791fbf5abdf" + sha256 cellar: :any, arm64_ventura: "0227accc2594bfb6fb47b413c2c8d16dea914b6aad1142ba0daa2d4d1b635198" + sha256 cellar: :any, sonoma: "2858c1d0e1acefdf78f51477487d05c7f8764bd139b1a377fc21f6127d76b379" + sha256 cellar: :any, ventura: "c41347171a28c989d5aee1b9ebac6cadce7d8ec42a8e76df25369cd33bd32c93" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2e8f87556b7fe33bfbe322043ee7db8a6cc1de2076bc43cdeda6f357c9d312ad" end depends_on "cmake" => :build From fc712bf9ee86d72b56ab4e75f2f4177c2de908cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:23 +0000 Subject: [PATCH 118/151] openvdb: update 12.0.0_1 bottle. --- Formula/o/openvdb.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/openvdb.rb b/Formula/o/openvdb.rb index 1be7aeb9dea62..b5ff2db94dad9 100644 --- a/Formula/o/openvdb.rb +++ b/Formula/o/openvdb.rb @@ -8,12 +8,12 @@ class Openvdb < Formula head "https://github.com/AcademySoftwareFoundation/openvdb.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "55a283638ce62c618c85cfee5ffc973c71e59a5c2f7895f1fc76e0d0ef5e420f" - sha256 cellar: :any, arm64_sonoma: "13df6e29f1587fd3d55da0ddbace3f9f3f73b1f11e9f3367f1cb09168f217b2d" - sha256 cellar: :any, arm64_ventura: "4a150a24a7e922ad3a5c0e609e85c78b63146cc13c7b582299577dfd319dc60d" - sha256 cellar: :any, sonoma: "8aa0d7ef1b5194bcb8e542e69a02fcfa2f609afc9122ff14cf7c588151b704be" - sha256 cellar: :any, ventura: "bd1f67a30334dffeb1dee56dc6524e43c166dbdf49f5df7deba734551682292f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ca1979daaa03fe9bc1819a0691074c781d29c132d5d02dd3e91c6458b34d9ee7" + sha256 cellar: :any, arm64_sequoia: "6d0be9f773bea94bbed6cb06cad4f07e9526baf952a52926c1512d1bc2de64e9" + sha256 cellar: :any, arm64_sonoma: "8ca0840a1bfb0c776ae22885829f07d3b062be275fccfedf7d173791e457c11f" + sha256 cellar: :any, arm64_ventura: "1b7930e40aba387978cdd8770dc7fc49815d56d14a8fd2c0483ca6bde96eb7c9" + sha256 cellar: :any, sonoma: "1b5e73284825dc8bb6b91b4e77de1dcec925857db4563c5c3bd34b4f84742d14" + sha256 cellar: :any, ventura: "b2d1739171e2860d0495f01b00ccc43dbd657bb034472ec5d670996a9aa0b820" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d859e0d01f913f27b444100afb2d0500a5648f58ab57d49e17b275de56d688a7" end depends_on "cmake" => :build From ab9a12c5d1ce6f4a7322b2f5d6522af8dfc7b491 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:23 +0000 Subject: [PATCH 119/151] osm2pgrouting: update 2.3.8_14 bottle. --- Formula/o/osm2pgrouting.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/o/osm2pgrouting.rb b/Formula/o/osm2pgrouting.rb index d9e6117d858a9..754680e129db6 100644 --- a/Formula/o/osm2pgrouting.rb +++ b/Formula/o/osm2pgrouting.rb @@ -8,13 +8,12 @@ class Osm2pgrouting < Formula head "https://github.com/pgRouting/osm2pgrouting.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "8d266eab6016b6da8563a322d14fc3ba50c16ac96bdf0731cd26ab93251b8263" - sha256 cellar: :any, arm64_sonoma: "65d7687ba5f23d47d7ee737050706fcd2663cf185d6a8e35a6e8e6ff5cec2d87" - sha256 cellar: :any, arm64_ventura: "88adc64e52319b44b1f3f0e73d9511a3e36db0040859d9b528aa76a02570666d" - sha256 cellar: :any, arm64_monterey: "81565a691a1f95000e45594e0f7c938d7960694c5e4722d013bc4fe4c54401ca" - sha256 cellar: :any, sonoma: "1b1702478ac4b650960b2227dd605dc84a6e8d15c5da96d3973a700545425bfc" - sha256 cellar: :any, ventura: "ed29492dadc022e58bb198e7ab20871d3c45272abacbd99d7c350c13d6ae0995" - sha256 cellar: :any, monterey: "0f7cdcc3eb7ddbabf32a02836a733e709a0ebbcd0e4158316536daebf8b67246" + sha256 cellar: :any, arm64_sequoia: "734e07f1f7f6c168c5f999df53d0a5767a214f3f5f16b4c083b6b4a0f3a808dc" + sha256 cellar: :any, arm64_sonoma: "b3522a4d43b5b3187c55988b0d8502c1fa0f122d9cfad9bf853fb7e218288cbc" + sha256 cellar: :any, arm64_ventura: "d37aa28a0618a138c9755efc2cb2a46574d3c0c676e3ef581161d243bcf23327" + sha256 cellar: :any, sonoma: "729b86235b12e2d4b1a8f974cc9cf69f308380d899280f63ce21bf3a78d4dfdf" + sha256 cellar: :any, ventura: "b717d9873c189375b5a55ef0541524ed59a3de3434f8fe525b08d2eb30e96a68" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8421b8bcab06e31ab5f72c1665ccb94f6ae580dd67c03b720906501caa8d6314" end depends_on "cmake" => :build From 72f22b3e22ce9fbd43402be2c9b327b1f9a818e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:24 +0000 Subject: [PATCH 120/151] osmium-tool: update 1.16.0_5 bottle. --- Formula/o/osmium-tool.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/o/osmium-tool.rb b/Formula/o/osmium-tool.rb index 1b8f0c394e43c..d256e927a67ff 100644 --- a/Formula/o/osmium-tool.rb +++ b/Formula/o/osmium-tool.rb @@ -7,14 +7,12 @@ class OsmiumTool < Formula revision 5 bottle do - sha256 cellar: :any, arm64_sequoia: "ebda02a23a3f1cfa0275f71e2c5445e5f3127bc3597db4b16e1fa4b9972500de" - sha256 cellar: :any, arm64_sonoma: "f8c2f5614625cafdf9e42a325d1565e25281f9cab2f89ddbc717a05f6a768fff" - sha256 cellar: :any, arm64_ventura: "189ab4022fc116085d637ccd93ea248972a9873b5b37d6df3e26c417aee5cbef" - sha256 cellar: :any, arm64_monterey: "1a168fb4ababa8829f1720b5759ffe48e620d93ebd82b713e6070bcad5e08274" - sha256 cellar: :any, sonoma: "4f3cb5053fa0d24861c5fccfdcc15b010c07af138cb6ff2b9d49d9f3b9753185" - sha256 cellar: :any, ventura: "6921c1baafe13854f684136de7cbf3ca0e7122291e3e66588464230db67432c0" - sha256 cellar: :any, monterey: "9c64fe9a05a00af2ba891e35dcb2bb0afcb4584a1312431015486bbf77f990d0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "30655a9d970ee905e12ba22f874947ca8d6847c8641e8ba00750f542dbe3ae91" + sha256 cellar: :any, arm64_sequoia: "a9935acb79dc891c9293def4ebe33455538b5b9c5df5a5199a36b60e965f9e45" + sha256 cellar: :any, arm64_sonoma: "7af99b05b60837be477c18e1a4fc6d46f0a925f1da4f9c0df4c96f3283189762" + sha256 cellar: :any, arm64_ventura: "0d43f806c48ca293ca43b7b79049da4bdaca569d8dbce79ca64aec2dd8f13157" + sha256 cellar: :any, sonoma: "8681a76151572d68f50c1696e62ea71e732112f2658216f016c5381213fa3248" + sha256 cellar: :any, ventura: "3489132658ffe95e5410d445b61771fc88ae97257e1ceb4f8ea99c12a74cb9da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d98f2f747206244f51dd7d7b8a40978b2e1e1016b52f08ba0165d6cfae589971" end depends_on "cmake" => :build From 07c4299a2c3331c9adebb9f109b73e6210cb4f23 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:24 +0000 Subject: [PATCH 121/151] osrm-backend: update 5.27.1_7 bottle. --- Formula/o/osrm-backend.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/o/osrm-backend.rb b/Formula/o/osrm-backend.rb index 11b6b3be92091..52a5a1d634390 100644 --- a/Formula/o/osrm-backend.rb +++ b/Formula/o/osrm-backend.rb @@ -35,14 +35,12 @@ class OsrmBackend < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "ea5f99145c4fe841d95fba33e08a093f88b291e311e219b0b833fd9777caeb9e" - sha256 cellar: :any, arm64_sonoma: "650d17a3915469c4bbd23eec83f8ceb27570b0d3207c1a3598f3d6747296c21e" - sha256 cellar: :any, arm64_ventura: "ccd438e39cdec24fdff74bb2ed43cee49d00af2b3144ad90802fa3e3bb53eb79" - sha256 cellar: :any, arm64_monterey: "072bd2264dec2d9db23593505666eb8b67b5f993d5753a67decae862be2b5330" - sha256 cellar: :any, sonoma: "2fd84b9de2a0e5f091371d7480b8cc2fa0296d71e5f910291e8e293b00e26523" - sha256 cellar: :any, ventura: "c34da972144b065eb8bcd678359b298c63631052fce4dfd2565042d77a9e7fd7" - sha256 cellar: :any, monterey: "0883df366fab00865ab4f9b83a0879d73006abbcd0856c0f27165d631f79269e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c8d9c984c196e0eba61bb632babccb693d2a5e1bb49864d6656a3bf64c6eef51" + sha256 cellar: :any, arm64_sequoia: "21aa25fa7a3562fcfe9d8a0ae47ecaf39dc96a129fe4335f84a2bb45bce9c5bd" + sha256 cellar: :any, arm64_sonoma: "95139386132a79afbf03c241e3bc94b20aba6b4a1b73674a3887be3f4810b229" + sha256 cellar: :any, arm64_ventura: "6bd26f9a7d81c614e8da57f44b036d9399f27b02780cd7f1e5fc240958e9c694" + sha256 cellar: :any, sonoma: "da566a8ea2bd4625ac39fb6be072ad44b2e98e1114f47e4dd21ed76f0218e52e" + sha256 cellar: :any, ventura: "4fb6126c266f179069dd0b8f159baa07fd14aab2f99f10b812448dea27a291db" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fae7b39121c03728fa24a88578072dcc1a0bed6aacc6fb60c51eb0f3b651d064" end depends_on "cmake" => :build From 3a424c1c8bf0df497d4db85ee9f85f2a2ccd8fb5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:24 +0000 Subject: [PATCH 122/151] pagmo: update 2.19.1_2 bottle. --- Formula/p/pagmo.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/p/pagmo.rb b/Formula/p/pagmo.rb index 88be9a0e67e40..79271ec14ed8b 100644 --- a/Formula/p/pagmo.rb +++ b/Formula/p/pagmo.rb @@ -7,14 +7,12 @@ class Pagmo < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "cf7927509223529577b157990ee0ddbfc63919bbd92fc1d307d8f4f8a2707fd0" - sha256 cellar: :any, arm64_sonoma: "8a0afc6cc97987dbf0d331490c278b4a739306e21d8cdd6abee1595056991cf6" - sha256 cellar: :any, arm64_ventura: "8d8ac532e972fc741ef96a550adc2fbbcec5576e750cdf4f28c9edd585b54a98" - sha256 cellar: :any, arm64_monterey: "553b6d9439f07679e0f7f5819e459d9f8bcd8869328c506755be103b40c59e17" - sha256 cellar: :any, sonoma: "deda63403b6b445b4418160f30b8eb48e1e8bf1763b95ece54f0a44e9c559a52" - sha256 cellar: :any, ventura: "0ff2034f5a451de4f483e3916842fc559d6665ea3fdaf5ccc01d3f2725370b63" - sha256 cellar: :any, monterey: "787a36f0baf71e9c858e114da69902b446447c6d74383292da02b097dc1d54bf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "033a66f14e5276aa4b64bddc1114539bc2cc99eae1ce4ffd1e84a01413aaff88" + sha256 cellar: :any, arm64_sequoia: "0a031d339069e2a7e9c7ff555af7115bd8006e7173bf63b7ca9e98b98fcd3307" + sha256 cellar: :any, arm64_sonoma: "0d6d3d94b2a82cd212bdefb87a42be22bb49aaa78c4da81f8dd840f25a2b4a80" + sha256 cellar: :any, arm64_ventura: "35b1e055788d6f1182d369c07e941e86936987d3b57a186b6412a6a7ead8c776" + sha256 cellar: :any, sonoma: "ac51821a1e4d156ab8b81f70ba3587e0a91cd7fa3ee803e4084f5c09a0cc404d" + sha256 cellar: :any, ventura: "a532bd3297ff9107bdfb50e4113f75f9d603b970ac214734945e26baa213fd16" + sha256 cellar: :any_skip_relocation, x86_64_linux: "125a255a07d86ad58c44317d4e17c75b8ddd957b3392c2e0992b50d95cea368e" end depends_on "cmake" => :build From 76b8ba88c9b9a6743335a12dc50ac932ad876784 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:25 +0000 Subject: [PATCH 123/151] papilo: update 2.4.0_1 bottle. --- Formula/p/papilo.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/papilo.rb b/Formula/p/papilo.rb index 193ad3b80fa72..84aecac51fb7a 100644 --- a/Formula/p/papilo.rb +++ b/Formula/p/papilo.rb @@ -8,12 +8,12 @@ class Papilo < Formula version_scheme 1 bottle do - sha256 cellar: :any, arm64_sequoia: "f181f07411bcef5669f4c4d2a769b9a3157deb2a8d428d5e8d4c3a46415a4ee1" - sha256 cellar: :any, arm64_sonoma: "613fe9ccc6da2d5d13414c1d38e412c62de3edbd61c679f01228746ea0df00f6" - sha256 cellar: :any, arm64_ventura: "8424cf40fbfc95dbfaa446c0c7eb52f75761361f88fb550a06316ec822753260" - sha256 cellar: :any, sonoma: "460dbc5c2b135468875f927bac6d28d6cbd140c80b7c47a4189260140ac648c6" - sha256 cellar: :any, ventura: "2c05102d8924401362fea746b4de06c4e1fe7da5ec40561ca919d8deff2aee79" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e7385021b38540c3df6c929407058ae895bb82e53dc417d9ba68f679347a416" + sha256 cellar: :any, arm64_sequoia: "5f432ab518a3259af803010a3324931d4799d6b81e9df8593acac580e7c38c68" + sha256 cellar: :any, arm64_sonoma: "27dd9f0a85e954377d3112d69efcec91b1ca03e2238fe4f3c3a224b49efb84d4" + sha256 cellar: :any, arm64_ventura: "7a5dc4540ac1293c9d8f1d7055c48c8ba7fe9c09c67072283f8f04b9ad7689d5" + sha256 cellar: :any, sonoma: "97b1f943de9291cf78e8b0c051354ae8f58f4a454bcc0584cc7121169d9885a2" + sha256 cellar: :any, ventura: "f6c1f5f1cc49452cb9dd0b3e2beccda6d1bbd988d0ec2a477646adfe686bd7a2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "855211dc6bfb5bba5bb510aac1e4d5bbcad7f3f7a5bfd24a67069bf0738fdeb5" end depends_on "cmake" => :build From 9f2592847435e0060a567f49f6afc7625275071d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:25 +0000 Subject: [PATCH 124/151] pcb2gcode: update 2.5.0_8 bottle. --- Formula/p/pcb2gcode.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Formula/p/pcb2gcode.rb b/Formula/p/pcb2gcode.rb index d13fb6c21224b..b523a17126014 100644 --- a/Formula/p/pcb2gcode.rb +++ b/Formula/p/pcb2gcode.rb @@ -8,13 +8,11 @@ class Pcb2gcode < Formula head "https://github.com/pcb2gcode/pcb2gcode.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sonoma: "c4e27b06c9b08465ccd35d9aac9e7af2aa67b851d1f38da06e05ef27eec0c887" - sha256 cellar: :any, arm64_ventura: "7d74520a15eff48b437e22e80850a0d279264e97bb2f99de5dc06c4a285cc3cb" - sha256 cellar: :any, arm64_monterey: "bed2db59671ee1b0cd94a3358e3044fa49b0e9085336e64945d144cac16db505" - sha256 cellar: :any, sonoma: "1f1c281f21c9ca692c83c8b024dfd0558231a9e71d74a76cc9dff3d1046478d0" - sha256 cellar: :any, ventura: "d82fe1f18c13b4781d08259739358023aff5dedd548cbac6253d0abdf29a4620" - sha256 cellar: :any, monterey: "734ccab75d650d7c4414371ae7a5e0b974b25d8d99a3ce47f15b10e790c7cb21" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4d201496bdb5241906be8b746e76f212d694c4b3c67909899c9d51eed141cee8" + sha256 cellar: :any, arm64_sonoma: "c29b1146f609eb8cdd430d11432024ca58f6e1f652a94c22d989ba7f1859751a" + sha256 cellar: :any, arm64_ventura: "1bd775f10b1fcec13597b9fe2f26858ba9b22df4015bb6f0f633b760c1f52b70" + sha256 cellar: :any, sonoma: "c60f05e50ccb6cf55ab4711d22650e036c53d914c73df39d60e65d3bf8245e28" + sha256 cellar: :any, ventura: "b8c036923b52057524e833672a896936c0732d564390807c5b21dc7dc0bea8e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3637e073b135195ec18571de3119125e82dd8027252bb14aa6b01622f1a47544" end depends_on "autoconf" => :build From dd9122a0900fbe03aaf8e0684855bce618d64728 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:25 +0000 Subject: [PATCH 125/151] pcl: update 1.14.1_2 bottle. --- Formula/p/pcl.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Formula/p/pcl.rb b/Formula/p/pcl.rb index 9c124ed09bbf1..bdbe9b16be9b3 100644 --- a/Formula/p/pcl.rb +++ b/Formula/p/pcl.rb @@ -23,13 +23,11 @@ class Pcl < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "7a056d0967f7edd1dcdbb11e32c0c8371ea8c0b8f240023f44b389c2b95e76d1" - sha256 cellar: :any, arm64_ventura: "25f45fec0e436ebcc1e331877b251782844afc78e28c237bedd7f3ba06cfa75c" - sha256 cellar: :any, arm64_monterey: "b86c9e27adab7ac013780786c585126d6f0a2d97497600b8731f209177fb9faf" - sha256 cellar: :any, sonoma: "c336ac4d50edbfc9196b6736b8796f8ec65a854724f6a974cbec56e4bc2a6533" - sha256 cellar: :any, ventura: "2c84f410098d125c7d4ab95b334dba18d8eeb8f6c040f07b3fd79299f3c92355" - sha256 cellar: :any, monterey: "f393fce3941f2f7934edcfcd066148ee7e2ba3856d50dd303582a9347eada63a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6c54f3593d2d799ca37f2b7f9ef34a1d8f2a4e79930ae49d209343717bf0e2d6" + sha256 cellar: :any, arm64_sonoma: "c5566c2d1fc3a38322847795de2456e62c242d43a75cb1e4e2080e5f71b41c37" + sha256 cellar: :any, arm64_ventura: "1686daf04fb6974214b6a17cff926ef0b7e7cbe75bbcc7b4fc8f03794440468b" + sha256 cellar: :any, sonoma: "9a40e81cd811fa7ed754fc24f009c60f105b4ffddd19e936e827d13527fa1ff0" + sha256 cellar: :any, ventura: "772cf3c8dcd757579f57d5b9fb7d4c325153233537351ef7c6014c3663292252" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc1f31b15de22686cc03c1590f8e48804aacd350a34f958814345566401a92ff" end depends_on "cmake" => [:build, :test] From a6a6ed1f60202efe9225e56d7c65ca88f8b9e340 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:26 +0000 Subject: [PATCH 126/151] pdns: update 4.9.2_1 bottle. --- Formula/p/pdns.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pdns.rb b/Formula/p/pdns.rb index 29b8a3ec94406..82db789c4ff16 100644 --- a/Formula/p/pdns.rb +++ b/Formula/p/pdns.rb @@ -17,12 +17,12 @@ class Pdns < Formula end bottle do - sha256 arm64_sequoia: "535cd7e7c65f70335ddf11a9b3987763d8c0ad95f27da2fa2bbefb3f7f609aad" - sha256 arm64_sonoma: "8373819cddbb5ad653d70ad4b0d69f36faa074d6b46a5f70a6922311da8069d3" - sha256 arm64_ventura: "77b98a0f0c9638c1f593c30ccf792f11d9efc016001b96b31cbac5ff651135fd" - sha256 sonoma: "a0a4db1bfd7e8ba3ec006bbcf750bb1da15573a4a6a2b54bd9427e4c6e9d05c1" - sha256 ventura: "eec08612848bb1ee690b09ee227ddbe697c47ea9477d9aa938da251a408df04a" - sha256 x86_64_linux: "e00dcb42455de9c473ebef4478be1796594b2da80f7a3cbc77feeb5bb417d12a" + sha256 arm64_sequoia: "d40da33081c772fa61a58ac41c75df3af9a8a6f29b45422318c84e40831238a3" + sha256 arm64_sonoma: "1708bb3be04eb6e41acc7ce54dcedb1e577124c527c3ce6bab6e11de29736d36" + sha256 arm64_ventura: "34da42329200899c74950c758bccebd37101de1f93dab1d07793acdda47c308a" + sha256 sonoma: "abeba632933e685140893a6c7d31fca2304879c7f088f326b142673ec1d757e6" + sha256 ventura: "94e15ed4382d6d3432e04c9de5a653fc15b625cb6a8806fc5628f86c7fd09184" + sha256 x86_64_linux: "709c32085d98d77e4851dd8d631161e71cd5d64fca2a6be95b20055c0ce335ca" end head do From 3eab2a0e349a5fd9a8263a7f0ddae630110dba18 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:26 +0000 Subject: [PATCH 127/151] pdnsrec: update 5.1.3_1 bottle. --- Formula/p/pdnsrec.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pdnsrec.rb b/Formula/p/pdnsrec.rb index 7732f34557790..ffb6c6eb1fce0 100644 --- a/Formula/p/pdnsrec.rb +++ b/Formula/p/pdnsrec.rb @@ -12,12 +12,12 @@ class Pdnsrec < Formula end bottle do - sha256 arm64_sequoia: "d39d99f50a9faa4930c53cccd4523f96f714534d8b451da7aee4901067e5852a" - sha256 arm64_sonoma: "205cbb72a025f112394579fa2c0505fff082de938b4661bf394747c8e6eeaa82" - sha256 arm64_ventura: "46c1519c1e233fcaa04ad06b26cbe9b8f5fd1baf04aff741ed7922a23fc7c3b6" - sha256 sonoma: "d69ca7830e338ab817471a60bad915d60dc39e8cdaa83d3fb7ca7be4a8837a4a" - sha256 ventura: "9e402489725b2789f6ed2f5ab235ed7b0eddc0bd7d7749bf0b317b84d26d5eeb" - sha256 x86_64_linux: "147788759dc5124c955f4889a8c047534c2ccf8991383c7b600c82add87f5262" + sha256 arm64_sequoia: "e383abc5481a4ef2fc62605eefa93b1f0eaaaced020b1a85bb5b13374bd1809e" + sha256 arm64_sonoma: "92abc803c18759503c791b4e7346ddc8771f97c9f3eb12a3421fe45317f5cc0c" + sha256 arm64_ventura: "ed055ddba61317436ac6ea7dbd0f8e7c79573ce51580191aeb788799b05d64db" + sha256 sonoma: "1d5997b80cdb4027cc16329795cb80add0d73338a37cc6cf0a8e2797d85b7775" + sha256 ventura: "021af070993c716c04551302b7a099561c0f78099bac154dfe23dd4ff562d1b3" + sha256 x86_64_linux: "d3a588660ed82024630a7324d93e21260125c212d2dc2ad028abbed86ca0263f" end depends_on "pkgconf" => :build From a13c2098b8b22a8570b18887279e091e260af68e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:27 +0000 Subject: [PATCH 128/151] pinocchio: update 3.3.1_1 bottle. --- Formula/p/pinocchio.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pinocchio.rb b/Formula/p/pinocchio.rb index d0ea6f3d13627..87206efff7733 100644 --- a/Formula/p/pinocchio.rb +++ b/Formula/p/pinocchio.rb @@ -13,12 +13,12 @@ class Pinocchio < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4db81203d12ee7dab2df84486a3244068de35682b1fe5c5ac574eda2784009e8" - sha256 cellar: :any, arm64_sonoma: "598ac3c7955de9d36ef452a042b014ceec6e74021e840795be820ab09497fe99" - sha256 cellar: :any, arm64_ventura: "2fbfda3385fe4f0200efdf0e420e0db8746e3c845f5cb199bb776dd489e66692" - sha256 cellar: :any, sonoma: "5f4e64557b846d3c1a41a35ec2449cd926cc6ddef4787dbb20e408ff0945edd7" - sha256 cellar: :any, ventura: "894ee486d75aa6876177dc971a2d7822deb94fe731a0ee55afd0e511769c9d01" - sha256 cellar: :any_skip_relocation, x86_64_linux: "14e28d908b4643664b10733561f0e11d20a5c59cc4c426cfcaaf6cbdc9debd62" + sha256 cellar: :any, arm64_sequoia: "3abcfaf89ad9a74c4db88d003eb6fd38866804d4a3cea08cb887161e886ee07e" + sha256 cellar: :any, arm64_sonoma: "62ab3b436bdbaddd4ba078e791b9ae5ce28c48dcc110be2ceed93baf58d06fa2" + sha256 cellar: :any, arm64_ventura: "1c391e37c15acf5620b8a6a78530d2ce4d02760e0c52c138fa8a946dcb59c932" + sha256 cellar: :any, sonoma: "cc083ab53c2d62e895e517ac9cc19fddad34119153e872341980cc414b5feb1a" + sha256 cellar: :any, ventura: "900b822cdfb21125f4df7893fc62de4c22cbdedda03ebd2933d429b494d30b25" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc8ab03fa59d988d4433edac3492c230b7ddadd47f2524bb414cb15067a9f8c0" end depends_on "cmake" => :build From 13cd4f66dfe0b55f8e9dc35f448573b71f5ff1d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:27 +0000 Subject: [PATCH 129/151] pokerstove: update 1.1_4 bottle. --- Formula/p/pokerstove.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/p/pokerstove.rb b/Formula/p/pokerstove.rb index 53a4aef2e44c7..c9d5ad6761b80 100644 --- a/Formula/p/pokerstove.rb +++ b/Formula/p/pokerstove.rb @@ -7,14 +7,12 @@ class Pokerstove < Formula revision 4 bottle do - sha256 cellar: :any, arm64_sequoia: "b88ef14c0527886d0b9b7f6e8862b8fcb5afd0e1a28b42feec0bd585dc4f8d01" - sha256 cellar: :any, arm64_sonoma: "7a4ec7d32579b6a7f9febfc03b36d85647af76998c400153e34e101f98a22c7d" - sha256 cellar: :any, arm64_ventura: "1091061709489217ae3bb88a361d6b2e70141d120a7dcf82ccd5eb82c63449df" - sha256 cellar: :any, arm64_monterey: "1fbf1d2e7d89dd9933bac8216ab6550387d1550c30d0f8784a5d325250c8658c" - sha256 cellar: :any, sonoma: "3f49ed160e7deae494a3c3c73909c858ce92770ca8d9ecb78cd2f733bc108aec" - sha256 cellar: :any, ventura: "9731a5df77144471ef6b063136fcc54707659344ccfba96f04431b71663cb7f2" - sha256 cellar: :any, monterey: "388c8b1b5fc8a8ba4772b273041bae462c65f7120a35afab82dcfd57ac7ca362" - sha256 cellar: :any_skip_relocation, x86_64_linux: "25d70572e182ec74f00d572fa4ee7fae921c1f9df6bb15d369e25996c8f075ab" + sha256 cellar: :any, arm64_sequoia: "978e66f99c443c8d099a702d1c0dea99055183d8b16f81a3ca793538bef81828" + sha256 cellar: :any, arm64_sonoma: "81056f1a1c63ba420727ecb48c33ba4c3abe557d34c2bf16a1dddfb313652f21" + sha256 cellar: :any, arm64_ventura: "f723555f1f3a9b6c7a8ba94be52754ec95e732ebf18c86cc0b865c4ea34afb95" + sha256 cellar: :any, sonoma: "f20fedc6d4c6c45e1dd0634dbe8771cb44c9d577208ca56431b59361a23ce755" + sha256 cellar: :any, ventura: "624e5ba8a982e3e13f5cf9bb39c353bdc58000f88fbe1f76145b4b1d571942ee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "45cb8d428fdf24f5dafef8135406ea83c214b0cb73602cf1424d8bccb4c2699f" end depends_on "cmake" => :build From 73af0b507d04b56516ad20cc1d14f30452cc0c6b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:27 +0000 Subject: [PATCH 130/151] povray: update 3.7.0.10_12 bottle. --- Formula/p/povray.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/p/povray.rb b/Formula/p/povray.rb index 9edb8288c2205..738243d3cee37 100644 --- a/Formula/p/povray.rb +++ b/Formula/p/povray.rb @@ -13,14 +13,12 @@ class Povray < Formula end bottle do - sha256 arm64_sequoia: "3814912ad793bb6f99aaec46a5b69a7365a07a4f7a776d6aee1573ecfd69efca" - sha256 arm64_sonoma: "5cf35722079d7dd1d6f4f0829ae3cd625a4e9a1e43507fd0c8d8ad73f85ba5d7" - sha256 arm64_ventura: "dfb40a725c12450107ae31a44a361e7b6e7b0a709bd4b53ee2f334b49d21dd3f" - sha256 arm64_monterey: "9e8e0917cce94395ae979af1eb47e3a657693fec4574e0b7195eb5bc31d7ecff" - sha256 sonoma: "2eae82eac7281c82ac56a5df270f64801bb43d9cfce6ffecfcf34fe6cefeaeea" - sha256 ventura: "8549b9706027eff9ac82d004592ee2b90bfd3a0033493455b2c4e39cfbf2fca1" - sha256 monterey: "a8c775e06b2740fbf07fcc153a5b910429b71fa992907351d33e34b420162c86" - sha256 x86_64_linux: "f88d3ae2c4a40f22fe92f18b9caff59887a9ac660f93c979b826931775e74b45" + sha256 arm64_sequoia: "bd7eccb30230aa3859c02c26b426dbfca63f0eb93b48564c1e4c31fa537b5a5a" + sha256 arm64_sonoma: "a17b7182bafcbacd4e6d46c226a533b60a0d40c333f62f831140d159a6933197" + sha256 arm64_ventura: "55c3b7c6cf5fa1cf23e32d0991c5471a3a773565b659a84d7c5cb70074c449b2" + sha256 sonoma: "d42d43ab4cbd13d0f11a537ecc770c0f55e0ac915e6ec67367fb705f68264b9f" + sha256 ventura: "4ede95b6f50cf5df055bf3f549a771e94b5f0703cbf12731af92944e5b841bb9" + sha256 x86_64_linux: "81ffc7a05cecfd52d9db6e1148c995f1a1265a559f036659834c4acfe24d1691" end depends_on "autoconf" => :build From f1bc63cf3f51bab83ebeecdcd8049ba67bd474dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:28 +0000 Subject: [PATCH 131/151] prjtrellis: update 1.4_3 bottle. --- Formula/p/prjtrellis.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/p/prjtrellis.rb b/Formula/p/prjtrellis.rb index 8487af36fb8ba..c1da475ce09ab 100644 --- a/Formula/p/prjtrellis.rb +++ b/Formula/p/prjtrellis.rb @@ -7,14 +7,12 @@ class Prjtrellis < Formula revision 3 bottle do - sha256 cellar: :any, arm64_sequoia: "d82061f57b9b550b7cc95d934e10dfdf0746b1fb16203ae210a95cb026827115" - sha256 cellar: :any, arm64_sonoma: "ec5fe0a2aa4a9bb58d5b205281ac438f6da35278c37d576e2228c1c373f0d63a" - sha256 cellar: :any, arm64_ventura: "e165698d107b10d8af68aedadf5d9e4be06c41164be52fb8b7c815f8ae3f0b77" - sha256 cellar: :any, arm64_monterey: "1118ded93339bb313e97d7fd94bd837a04ce042795ce884bbc10749cbefb6ca4" - sha256 cellar: :any, sonoma: "038ef345fcf1239f9794e8ee4ae178bc9c4a2c397dcaeb6cdd7b32b59b5a945c" - sha256 cellar: :any, ventura: "380d3b7d65f3bdb3596f4a2e2f0efb3a1e4636f6bbfd6b29dcf63e540a018522" - sha256 cellar: :any, monterey: "b84610f825a7cddde9031c9af5c85541d257ce8aee5cd61d6c65013462016c23" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b2a0a1f0fc8e65b51ba4b07c3e1cfe5d4d6f13730b0cdf7c5d770d5e7d4bdab" + sha256 cellar: :any, arm64_sequoia: "2284a16c05b6deba01beea66a7406d012ed14f6cc6fd8ba57a7e4c35ea1e9742" + sha256 cellar: :any, arm64_sonoma: "0d67a5e850ca2a27fa68017eb0b7897e4d508ba710fd8d91602b8f3d99c36604" + sha256 cellar: :any, arm64_ventura: "05808fa399d5c63c80d0ad61e82ea947c3b8f9aec9d15990dc6f9c2140dcccb3" + sha256 cellar: :any, sonoma: "f6677f6b112fdaf78929410222cbe71941baf53fada211608ca4a588cac9d78f" + sha256 cellar: :any, ventura: "c4174aed3e7ed2c538fea626ac85fac270d6a33237a79e3aa3d9bdb59f467706" + sha256 cellar: :any_skip_relocation, x86_64_linux: "41e2c70077a29cf4bbc619fc9a6086a71b7e7e6156b4d85910427c9ffd16d4cf" end depends_on "cmake" => :build From dad7a81eacd49adab956462729069598d658e6d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:28 +0000 Subject: [PATCH 132/151] proxygen: update 2024.12.02.00_1 bottle. --- Formula/p/proxygen.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/proxygen.rb b/Formula/p/proxygen.rb index 86efd2a4b89a7..a6bbd0ab46a92 100644 --- a/Formula/p/proxygen.rb +++ b/Formula/p/proxygen.rb @@ -8,12 +8,12 @@ class Proxygen < Formula head "https://github.com/facebook/proxygen.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "21df603f5e31c3a3194c53139cb93426316256a231bb5fb1132d7c14d6f1f68c" - sha256 cellar: :any, arm64_sonoma: "310a42d4f43c473c7d567f2defd4562a9c57b81ef2c759cb7aa23b1e2ff349c4" - sha256 cellar: :any, arm64_ventura: "e8b2621ed173ffe92d39c57c5b346ad5c1110455d05e88348fc889203ab05dde" - sha256 cellar: :any, sonoma: "5b57f285fdf57f255db5fe0c118baf5053fc1bcf5413506dac17f5b37811cbbb" - sha256 cellar: :any, ventura: "d058fea88e91626ad70967c66b73c26b816f4eb632385a44aac0c9a01ab90446" - sha256 cellar: :any_skip_relocation, x86_64_linux: "300a8af8e2362949795c88d8b9e32b0a493cca0aa47767a1696da3d6e86c0cb8" + sha256 cellar: :any, arm64_sequoia: "ab0e64dd6b371856c7a8598b7f66ee5920e0c3c37d05ca4eda765207ad7c4047" + sha256 cellar: :any, arm64_sonoma: "64ad913f51b4365cf771497c9c7b3115f5346eca6fa530a22d0db68624737da1" + sha256 cellar: :any, arm64_ventura: "7520450e26415df4ca957231748e8ead397c0147ecfb31b40caeb871e74c5a81" + sha256 cellar: :any, sonoma: "5d650979226a82a089e3214c0820dbe2217f74139b30121deb2366e5a41c6d46" + sha256 cellar: :any, ventura: "7379788150ae2770facc43e892d39444a65fe7239794d82b4f055c5006bda411" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6195400434334fc8652e881b28521c417afac224a1b49ffc7702fd5cf431914e" end depends_on "cmake" => :build From 287044ef169a8aa059d3a558aaa59b9b212c583f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:28 +0000 Subject: [PATCH 133/151] rdkit: update 2024.09.3_1 bottle. --- Formula/r/rdkit.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rdkit.rb b/Formula/r/rdkit.rb index ebcd2d1d8bd25..425cedb5fc2d6 100644 --- a/Formula/r/rdkit.rb +++ b/Formula/r/rdkit.rb @@ -17,12 +17,12 @@ class Rdkit < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "52a4d79c9315ec509a1dbec63fae486ea48188391aa5d9a812ae7fd36fa150a3" - sha256 cellar: :any, arm64_sonoma: "0b54fdc727ac5b3f4892800d341b9369bc1338ac4f4b9bf09470d28272352d84" - sha256 cellar: :any, arm64_ventura: "63634d297838599302e43004d0e88dc67274082f541e9756bacd90f8e2208217" - sha256 cellar: :any, sonoma: "135df26be344166eba20b7ee7d079d4955f706e20a6c13d282b25f0018f258d9" - sha256 cellar: :any, ventura: "5eac7f29cf97970dfd1978d178c94fd45dde13c340940aa8deae96ad8d0dee4e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "337f59cb9dda669d8182404209e8da28874cab2593a09b23961bb4b269c5346e" + sha256 cellar: :any, arm64_sequoia: "6f4aa5c1a777911a657ebd7943446cc288196c0cc0b09946d2830815d5a30d92" + sha256 cellar: :any, arm64_sonoma: "431f6942a5d52ac826bec80c89f3a2e61102a868a64b37a21198154f91a6241d" + sha256 cellar: :any, arm64_ventura: "20ac8a21e4a534a551a8270d72213ad36d03cc29d68bfbb7b360e0366b892075" + sha256 cellar: :any, sonoma: "6411ff987d1127ec12c90ad22d2c3e7db3da35926953486c21198c2d5dd9b12c" + sha256 cellar: :any, ventura: "d5636cbf834af5fca6fe842745680a02b680fd169d82a62359aa9b377856e617" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a373770105210cba28c1ef59dfe00053f35cdcd0edd0419a47ba971e8080afb4" end depends_on "catch2" => :build From 9661febd71782ee1fcba8b7f93fd4c1c5e94917c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:29 +0000 Subject: [PATCH 134/151] redex: update 2017.10.31_18 bottle. --- Formula/r/redex.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/r/redex.rb b/Formula/r/redex.rb index d8c796bf377f2..4f78e91640c13 100644 --- a/Formula/r/redex.rb +++ b/Formula/r/redex.rb @@ -39,13 +39,12 @@ class Redex < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "092b108e91c9aca93fc40d6b07532066d6e5a54c8d0815658550c88114380e1a" - sha256 cellar: :any, arm64_sonoma: "9705d9104e7b028ea0b01caa7b221c1f2dded7823d2e3bb26e22d0e973dc14ba" - sha256 cellar: :any, arm64_ventura: "3629b26a8b0c5f31aae55121ba1ddbc6e5a8a274c4c6bc9b9861eb3298d94d55" - sha256 cellar: :any, sonoma: "a411dfe04f3bf6a0c52f840d1fe385999a55ede5142aa94f13a13bdf44368e1b" - sha256 cellar: :any, ventura: "2e6d68e04a55ab05b7f777999462a26a53f11e1c7b76ac39012dc59c2f66736b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f297bd9910b2e1b137e3027ec3942e50c34868eb39cc780128d01268da75f75b" + sha256 cellar: :any, arm64_sequoia: "b8f15cf1f0fb935d34d71a6aeab7282390ce8c1c3f0ca6ad9783e89a7f0acc51" + sha256 cellar: :any, arm64_sonoma: "255affb5c51a98d0de1325b24b542cb8fc55b130bd5a1c8b22bc4fd615c67a8f" + sha256 cellar: :any, arm64_ventura: "78165bd960bb67a4f12399aae1553c10f4de1feb5c686bc9110655d3942a814f" + sha256 cellar: :any, sonoma: "e5b52de79c81d375970a72d0db41bdd21f7607427b9cde20ba2d98323aa3c94a" + sha256 cellar: :any, ventura: "89eb99c2a77acdb426c604797ab86ff3a87a9e171dada98e5661569bf2b76ebb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0372148b392f5c519aa86c17fc36b942d317190709e721cde2eaceab0f4082cc" end depends_on "autoconf" => :build From 6896809593137e5e92b896f7c75273ac018eae1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:29 +0000 Subject: [PATCH 135/151] rtabmap: update 0.21.4_7 bottle. --- Formula/r/rtabmap.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/r/rtabmap.rb b/Formula/r/rtabmap.rb index 82bb6cfae8155..0ae973acb1e58 100644 --- a/Formula/r/rtabmap.rb +++ b/Formula/r/rtabmap.rb @@ -15,11 +15,11 @@ class Rtabmap < Formula end bottle do - sha256 arm64_sonoma: "b682ea5e47fc3fc7764a1240cbd36193f4a655c29975673b8519b8ffa4df9484" - sha256 arm64_ventura: "349c386c818cc77fe5336f82eb0312ceca90b83bc7816f851865d43ec4017e7b" - sha256 sonoma: "f22be6a88d44e3d78066bfb736ee07c4de3f672e97a00933802479b5e30a0327" - sha256 ventura: "550b122cb1824ec54671a218d4c4d9372c662b1ae06a6f6b7a5ab1e7d62b24f3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eb87b797666de147043bcc3f52b7ffa12280c5eb0ff34cf3c2c4721a172bc43b" + sha256 arm64_sonoma: "69435276d7a84d4290c157e5d0772a7ff2081aba4d52b8682f529ffd645a1243" + sha256 arm64_ventura: "3ebadc8b1848a66597f9b1838ab15c7d6003788e44d4b76514f7ee1c2a92f0b7" + sha256 sonoma: "4a6d646c63bdb3d699b7189ab2b22eaf859e591e5ad28448ed966b2ddc6e63b1" + sha256 ventura: "2128b9904466cd48d8a77c9495063d58bd32b954393a1648ac430f577bc4cc3a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d2104d0d9e83fc3ce990d886f37810fc4ea1e1b684d0c907fa534f1e9ebb941" end depends_on "cmake" => [:build, :test] From 751fadad476b9a0f3c223dc8e8877a942c25790d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:30 +0000 Subject: [PATCH 136/151] scip: update 9.2.0_1 bottle. --- Formula/s/scip.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/scip.rb b/Formula/s/scip.rb index d9048e109a51f..e5ca78db38806 100644 --- a/Formula/s/scip.rb +++ b/Formula/s/scip.rb @@ -12,12 +12,12 @@ class Scip < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "072edd52f6ce89e7fc81d084916be719688a866c1dd31a2f9ede2a64cb084ae4" - sha256 cellar: :any, arm64_sonoma: "a1399b0eff655005f402a11adcc096347374729aadd5ad9d7ce295a0fcaae960" - sha256 cellar: :any, arm64_ventura: "6621bb96a6bf7f511dcbe740811708df215f64cc88f20ed730136c462186510f" - sha256 cellar: :any, sonoma: "9ee388681826cbb9dd84fcf0c4a74c2724955d80ce6f2b6cf59d05a3e8d55dd2" - sha256 cellar: :any, ventura: "5e33bec282deb0b3386d8795620dffd1da18ea626867084029f28d30e5e4d59c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1515635c7bb25f232df54d00ebe6d247775f6d23a470adf000cc71d01cfd3d69" + sha256 cellar: :any, arm64_sequoia: "b128fc2aeee92841095026ec503ff6f6419a7645750e487fc50068bfea2136ed" + sha256 cellar: :any, arm64_sonoma: "6946432bc33d1fb4cfdff48a76b8ba7c12ad3ed2b8c9e7cbb40824e20c985797" + sha256 cellar: :any, arm64_ventura: "38229ab3998ef741a3d39436899dd3aa7c3293db0940364b4401f6d0e83663a3" + sha256 cellar: :any, sonoma: "a275e4ce98a8101c3ed082bca23ce6933f1e0ac211acd8e77843a026cbd873ae" + sha256 cellar: :any, ventura: "fc242b06983f141adf96a2b0f70c13fbcf719cdb8e462fd57f2c34e137be3c33" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cad8f33f370b808688512b5e2db33811c937f6d480ffe1474efd190527fd8545" end depends_on "cmake" => :build From c3083620aca657bce48ad122ab77477877bf1b5c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:30 +0000 Subject: [PATCH 137/151] scummvm-tools: update 2.7.0_7 bottle. --- Formula/s/scummvm-tools.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/s/scummvm-tools.rb b/Formula/s/scummvm-tools.rb index 2687e5de754ee..297372863ee42 100644 --- a/Formula/s/scummvm-tools.rb +++ b/Formula/s/scummvm-tools.rb @@ -13,14 +13,12 @@ class ScummvmTools < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "a7a9b2ad9338b06651f10ad2df98a3f8c4632b3d3131473c3e5136d7a92b0c9d" - sha256 cellar: :any, arm64_sonoma: "8b78826af926de9ec347542ec780fc66f159eb5f3b36660f6d40b35a832e9352" - sha256 cellar: :any, arm64_ventura: "d6a3d97e6819c362dac3207848b99446363fbc4084056a7b5fe8bfa01de3a3cd" - sha256 cellar: :any, arm64_monterey: "51613aeb80f1f322075be0edfaf0e70dd0f16eb66946205db21f4acab942174d" - sha256 cellar: :any, sonoma: "3c98ef75a43b652e83d64c071103f963966c5498bb07f578a5cc3c196dc861e2" - sha256 cellar: :any, ventura: "492a9820bcfd434d53c783a7270d73e9c3d4ae851f869bdff678ed371a67821c" - sha256 cellar: :any, monterey: "d0b67c7264294d61a499a6474339a65bb7dce29f5f8cded3fdb0f78a588a7063" - sha256 cellar: :any_skip_relocation, x86_64_linux: "95ece3329da2323817bd776851b93076fb3dd5997884a43122397f4dcc487dfc" + sha256 cellar: :any, arm64_sequoia: "62f494b25b1d871cfd1adedea60f08745c1b1b58902c6d0ff2c9520ded8a1988" + sha256 cellar: :any, arm64_sonoma: "fbad749c989a532104b08938c53117116564aaa3e4e9466f76cd440e7fff557f" + sha256 cellar: :any, arm64_ventura: "cc7a1b2104be3e291b0dfc20c0b80ba2c642543d5751d4b6703e77df9d52b38b" + sha256 cellar: :any, sonoma: "75023d89b1af5e90cd8e7ceb1b8f5cb9ead37cf7d791025964966d45e855ad21" + sha256 cellar: :any, ventura: "8f1484d030e356c9bb478ecab34bb118ec806adc862d9710b53e87df8f237de1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c0de41429c253dedcca6b68cb98da410d82803fadb3f32e1f25c6ce41912c426" end depends_on "boost" From a54971fe1c7ff2708ff2e1d100f94800ca875e91 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:30 +0000 Subject: [PATCH 138/151] sfcgal: update 2.0.0_1 bottle. --- Formula/s/sfcgal.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/sfcgal.rb b/Formula/s/sfcgal.rb index 0b400e3945069..afe075d64837f 100644 --- a/Formula/s/sfcgal.rb +++ b/Formula/s/sfcgal.rb @@ -7,12 +7,12 @@ class Sfcgal < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "7f0234c24f1574be350718dad2f1612124f90631a34d2161f950eff8fad4d808" - sha256 cellar: :any, arm64_sonoma: "387e36ad36d122b0aa717bdd99e93c255e61635713f58952d2e2df127f9a6047" - sha256 cellar: :any, arm64_ventura: "181bfdebb902c3ba670822d6daf26ea65f4f5650989a0e0fb84ca40bfe2e83d2" - sha256 cellar: :any, sonoma: "b7d0fb782537f604f54a3c822bf92153287cde911b2358bd8662e314b375e873" - sha256 cellar: :any, ventura: "f11493b60f86dbc38b954a8268558d7906799be6067256b36618366bf71ecd43" - sha256 cellar: :any_skip_relocation, x86_64_linux: "009288471a8e2969d49f20270ea842e90a1af155bc71b3106e338f27c3403d65" + sha256 cellar: :any, arm64_sequoia: "5a5a7f00226cf8b89b1f5ff32b9fe9631cd6b9f4e5c327f623a772d41b9fb416" + sha256 cellar: :any, arm64_sonoma: "a12e862ef7496cb0bfdb492ec9949be9c50fa1a984c8b9f20dafef512f315fc4" + sha256 cellar: :any, arm64_ventura: "315a037148929c830f9c288734944ccc74a0a8f688d43e5fc0ffaac7c54b26c3" + sha256 cellar: :any, sonoma: "8609c67b397d379b5f2beef2f34a9ec7ad92874f06f524a4b48698696f9f0d0f" + sha256 cellar: :any, ventura: "a0e4ed2664ff65b78076b2a00d1197a529e03719ee7265a5381eb20e6d564686" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f87e1dfd50b1aa58838daa7246cfdce0dbe6304627b8a78b791758874fd3f32" end depends_on "cmake" => :build From d8b681f9d4d1155e1f9b139e281b87fd637485e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:31 +0000 Subject: [PATCH 139/151] simgrid: update 3.36_1 bottle. --- Formula/s/simgrid.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/s/simgrid.rb b/Formula/s/simgrid.rb index 455e5b543943c..2cc5dce00bfdf 100644 --- a/Formula/s/simgrid.rb +++ b/Formula/s/simgrid.rb @@ -14,14 +14,12 @@ class Simgrid < Formula end bottle do - sha256 arm64_sequoia: "c8cd8c9d34931a263eee8124c86441a7155d0c326f1d57d07bb23d7ffbe69480" - sha256 arm64_sonoma: "cfb53c7c04538d063bcca99a645a68f316c5aa4216242605fd289ea965d90289" - sha256 arm64_ventura: "0b80a356a9ab5eb95015c1efff95b9b8e4b12c74284329808b2f9573f07967ce" - sha256 arm64_monterey: "be80cac1b5d7186d57795220631d399bc36b8d63476337c17040ca2faff8fc33" - sha256 sonoma: "c9838a28cbfe423b4395272c283ae8d4e380752bfaa7adb0019a1467e9683a8b" - sha256 ventura: "b6e87e7233eb2eb3985efbeffc1f2297bfa65bb1fa18077afe5af11ceec4caa8" - sha256 monterey: "58a03c6bf7ebdc3757122ba5a1c50d319828bca9992e76867539c042f43e90be" - sha256 x86_64_linux: "6a0d24c2dc151ff567612f7540aa083ef681d94b8153928968f2a7456cf1a63f" + sha256 arm64_sequoia: "54a68e0bf87d40ff1e916b5a435bcf49feed3f986ad4be41927e7fac812dd4d2" + sha256 arm64_sonoma: "7655403fedb6b333b75d805cc27710c5a74db2c4587f8014a063d03dc346ecf0" + sha256 arm64_ventura: "4e5f188e958a0df7c16f390f5f841f6ca0910600ffc594cf199b5f2a82dc2f17" + sha256 sonoma: "cb12adfc59a96236ee7869c9b66d9777b07ce36895abb7a075a0b4cb6143c012" + sha256 ventura: "ef5c294ed30a2a33d80233ac8fab044bc333e5b166d63acc823b812a834a693c" + sha256 x86_64_linux: "5ce6ee0872d4bbe238bcee075b8bfc59e870fb5dd8880195957b57e9ef71e18b" end depends_on "cmake" => :build From 432c1d64b9a3c55d7f592c28af58535d54bddc05 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:31 +0000 Subject: [PATCH 140/151] simple-amqp-client: update 2.5.1_10 bottle. --- Formula/s/simple-amqp-client.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/s/simple-amqp-client.rb b/Formula/s/simple-amqp-client.rb index d9e154a8a5cd5..d36ddf8195adb 100644 --- a/Formula/s/simple-amqp-client.rb +++ b/Formula/s/simple-amqp-client.rb @@ -8,14 +8,12 @@ class SimpleAmqpClient < Formula head "https://github.com/alanxz/SimpleAmqpClient.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "cd6d4094aacae310f0c808a8192bafbb2ca569bca87e95bb4f2f53e6f21733f8" - sha256 cellar: :any, arm64_sonoma: "7eb2dfc39d39dc1d154e86e8de9eda347187128e5a79d3b5118ecdb7e51f8e5f" - sha256 cellar: :any, arm64_ventura: "d0f9c687e9acc3b0f837117973ce49d4496fa9028ef889fc31e7750c2a7b6405" - sha256 cellar: :any, arm64_monterey: "eb540cf125e6d28a226b43a051f2459210aa3b13ea991618b004f2582c53b869" - sha256 cellar: :any, sonoma: "d2bb07617ff3af4cd6e7d5ef12f960e7370a6582e482abea1676a1de4b0bf2be" - sha256 cellar: :any, ventura: "680c8b48533c107811207e2d6cfdcf4a15747f4b17ec46d3f19dd6dd792bc71a" - sha256 cellar: :any, monterey: "c4c72635a60f7e5ba392384e3e100f64084d7c9ec73dbdea437d9badac5ecb4c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b632ee61e266aab62c8a1418dff3e705ac8a5c01b78f26a76070307307d009b0" + sha256 cellar: :any, arm64_sequoia: "113b5ded452952e6ece8e1ac1f36abbe862bac2e36dc6933ccf85277d92d423a" + sha256 cellar: :any, arm64_sonoma: "bb232a7dd23e721fab644f9853f8daece9d4ade01397d823ecb7e5765f002d9c" + sha256 cellar: :any, arm64_ventura: "701415d086b41bc3d4d81f2b9f2455b62e4d4ced88429aedefac7c366133347d" + sha256 cellar: :any, sonoma: "dac31186f89a2cb1aa4b20c0c3e5b2f7d61cca70b8469a0501e976a8f6bc4783" + sha256 cellar: :any, ventura: "c037064915eac9fbe507101aba085e58c7b5cd86e3dffa2b4f0f374bb232ab50" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2abfcf884b581f32544e4873d8285e27080f95814eb9513e54ed54b44fc17c24" end depends_on "cmake" => :build From 8abc0a7e25c9b226e1577a5a84e52de2fbab7671 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:31 +0000 Subject: [PATCH 141/151] solidity: update 0.8.28_1 bottle. --- Formula/s/solidity.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/s/solidity.rb b/Formula/s/solidity.rb index 8f62110267f93..02ce80635e036 100644 --- a/Formula/s/solidity.rb +++ b/Formula/s/solidity.rb @@ -12,13 +12,12 @@ class Solidity < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "7d25ad2af2b0d23695ac400c5650d9f4b1ab381363c649f382b1763010362fba" - sha256 cellar: :any, arm64_sonoma: "fc412d6503e462724de89699c0b84c96944b349b88d222e37c9c38cea72c479d" - sha256 cellar: :any, arm64_ventura: "5e579cf156f4878259a12cc70ccc7d300e6d6eb1a9e6822457df27185d3abd22" - sha256 cellar: :any, sonoma: "8e0726035c368da6bcd502d76b5139a668222de5b19f64787561500a0eacbd8f" - sha256 cellar: :any, ventura: "6fcd5c082015c863f527bb1983c72915f1c9a3f8b1d1ad0e27e2dbcb55e68561" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aaa64d53b22674a9afddd6bea5bb0c1f53bad7262ff6c98131d8ccbff989d791" + sha256 cellar: :any, arm64_sequoia: "4f389bce0db912513f5e381a4bd139953f2cdfa82308d0a250f81dab088bd18e" + sha256 cellar: :any, arm64_sonoma: "8a1fa063bb9410e5257aceabd9c550c446e8906c258b3053367719413540371b" + sha256 cellar: :any, arm64_ventura: "3a086cdb971d56700ca0d5c73580af511b3789b117de8cd4ff1251db233396de" + sha256 cellar: :any, sonoma: "ee728ca80234649a01096bd7f9fdf4bd64a8c70c1e7ad3fd160894bf7d24d112" + sha256 cellar: :any, ventura: "0c8159fe43ab0052660fef60240e41996becc36f76bb58fc47ab123931198835" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3f1142deb221472afbdad9b6042fc7967dc692a721b8a3b6d5c5f769279960a5" end depends_on "cmake" => :build From a3172dc81890434c3eb3aa8866f6aacf7d5d4ba0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:32 +0000 Subject: [PATCH 142/151] source-highlight: update 3.1.9_6 bottle. --- Formula/s/source-highlight.rb | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/Formula/s/source-highlight.rb b/Formula/s/source-highlight.rb index 0e69e1c7e67e0..684835c751d06 100644 --- a/Formula/s/source-highlight.rb +++ b/Formula/s/source-highlight.rb @@ -13,18 +13,12 @@ class SourceHighlight < Formula end bottle do - sha256 arm64_sequoia: "1d72907e8483b783012ebdeb3ecbc592bc583a8520c3c79afa6d2b3e1c0c3faf" - sha256 arm64_sonoma: "5557d46ba18cdfe9bd4d7ea968bc8cc913170860a9267663a6eac1bcccee7d06" - sha256 arm64_ventura: "dddc83be2e682364f8d04b17885d93a5413b9b2978190e584f35fb48f1f36538" - sha256 arm64_monterey: "b9eb7acf4fe56cfe110ac6fae44645dc71f4b7dde15ed02573b985354753b488" - sha256 arm64_big_sur: "5571281923274d301cadd6ea132603c76a8865fe222b1f9b912ed54618ce8944" - sha256 sonoma: "7962403c98e34f2e1441263620554240a0286fe3f1534102e6f9d230c345bec0" - sha256 ventura: "00c9f2aa3ec6407652f9483a3ca017f3a6260b42a4fd5785d6811e1f113e965e" - sha256 monterey: "b9d065ee32f8627dad64340fe885c26eb6a2310267eec333f15ba3a3fb0989e6" - sha256 big_sur: "22764adfe8f5adef5fe50654e9d4218dd0966272cebfae37cb37004bb7e7f88e" - sha256 catalina: "defe1639783fd04bb3993487e15a68958bc53413229f008b6c5307bee623fa07" - sha256 mojave: "7c955cdd528a707e3ae17352314b3fa47eebf57b4b544eb9a3dc7e75a6875f6a" - sha256 x86_64_linux: "a625c44295563eb13bb41edff00bde62fce1bbe5a99ddadea99cae4c3f660119" + sha256 arm64_sequoia: "8cc450abef52155d24d50527365267af448fa9ebc15d8843e779fb46f0be96a9" + sha256 arm64_sonoma: "e44e2d57c3193035e2e2a81bb5b1a4a58e9d390679679e200ed8226967d20b81" + sha256 arm64_ventura: "7dcd24af23b31fc601b91e87309186ec0bbfdd6de9df721f25c6d3bf1589ba99" + sha256 sonoma: "72290398f59884c5ccfb7960219c3e15199bbacecad195f464c8750f7e448863" + sha256 ventura: "b004e32044ef67916ca8ef70324df7dcc5c01e777d76d17fcdb86e11a57595ee" + sha256 x86_64_linux: "09c0f664ede1dd50549c8cae4dd1a57b587c81da49a3f03b5d0b78e33f15a935" end depends_on "boost" From f1221a126ea476ec116ae70e3fc269658a2d4744 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:32 +0000 Subject: [PATCH 143/151] standardese: update 0.5.2_20 bottle. --- Formula/s/standardese.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/s/standardese.rb b/Formula/s/standardese.rb index cf4ed074d809e..291dca4b6a5be 100644 --- a/Formula/s/standardese.rb +++ b/Formula/s/standardese.rb @@ -21,14 +21,12 @@ class Standardese < Formula end bottle do - sha256 arm64_sequoia: "7e22140475b46fb4d0fb944d7a5f67243e1d7e1b1f2ae35c0ec3aca75e5dee79" - sha256 arm64_sonoma: "682acebb5938da5bbd182838a6bd952066bf1a2de960174221a4dd1feba29d6b" - sha256 arm64_ventura: "b57735eb50e862f63e38353150141635957be7b675af90826d985b04f740510e" - sha256 arm64_monterey: "116de83b144054bb29715aee81af0f4190e0c37fb7a2836a0a2ff676b9699692" - sha256 sonoma: "0e06c1bb976cbd0d915a324c0d121c107ec20468b3286a05c07ef8ff9b33091e" - sha256 ventura: "02c26b3fdc36cc62bd620dc541008b0ef5f3843965b5e42d3ce0e8133d2848f6" - sha256 monterey: "6a8db8378c6cad0719dd242c9c50649851ef4c97ba969e82cbff93fe0e434f94" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7b6c685ab4508d15a0b7b9df6bc4bb02241d28be6736b7a0e336fa835b798bde" + sha256 arm64_sequoia: "83fcba84e5474be69854c2ecd8d59f2e5e2333f4004c93603d8106a1d91748a9" + sha256 arm64_sonoma: "fc114064e9734f88f666e37d041e138a31e2517d8a2f7c7ea0f9041414e16b60" + sha256 arm64_ventura: "b3e88e943e501323bbf9a717a2e63757283685c5c061ef7c21ba0baff483b3c9" + sha256 sonoma: "b9a998194e7bfb6b44cfe0f46d7a19640894efe44c122e097c3978a6e1cd3825" + sha256 ventura: "737f19c5312d5a62a7224ec89440e8f82e5f348510798ed296c79ffd2f5e9a9c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5890b84174fe4da58ab252abe20070a09378430b1f7f6d1c6dc138e3aa127df2" end depends_on "cmake" => :build From c62a53d1cdf8ae8709ebc80724383d7e245a6f75 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:33 +0000 Subject: [PATCH 144/151] stp: update 2.3.4_2 bottle. --- Formula/s/stp.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/s/stp.rb b/Formula/s/stp.rb index 93e4092042898..4927a9c9ef1b1 100644 --- a/Formula/s/stp.rb +++ b/Formula/s/stp.rb @@ -22,13 +22,12 @@ class Stp < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "439ae0a0fd3e1a704be1005ab1c8ebcfdccccdf5478cf718747ae68746f99bc5" - sha256 cellar: :any, arm64_sonoma: "3917ceb856bd675f7eda43385a943ed55f9353188c0c375e68cace44c97703b3" - sha256 cellar: :any, arm64_ventura: "7a675988c411a6d563bea665a9264cfa9e4fde9b368c97a29573329cab377f86" - sha256 cellar: :any, sonoma: "79d098cbee4167734dc74efec8373c0ff1e1d981231b7979fe2332588dcc9036" - sha256 cellar: :any, ventura: "e3b25963957f12bce30fc961c2ded23ad2afaaaf040f47ebaa3f4d1aac5d705c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "187a9109c77399b2ba4731873f8afc7b5416dce10cad47786ed18e60ae2f31c8" + sha256 cellar: :any, arm64_sequoia: "63402b92db46c33d377f4287de52799209bf67868af58f86623f22c195c7e75e" + sha256 cellar: :any, arm64_sonoma: "49634cf02abea07828667948767b5751cc9146d25b742986bc34c4c48a5efe6f" + sha256 cellar: :any, arm64_ventura: "581ee42033cd8a8c8d8e1145b147c55333740e0c6436d5e9a6a6be9f6ab40fb4" + sha256 cellar: :any, sonoma: "f7e94cdeb127fd8a854e8686aa1e388f7b2a736c4ccdcc55a35da659683c4798" + sha256 cellar: :any, ventura: "e08717005bec57730f604ccc99794a4418555f9a755f3e9f8b41d2219b8e38fd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e1ef71b7a7748fd8e964c3ebc4656e860c106aacbfae81df76c65e1089aabaf6" end # stp refuses to build with system bison and flex From 83b3b4439989275c291ccceca0dc13b71ab01475 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:33 +0000 Subject: [PATCH 145/151] supertux: update 0.6.3_10 bottle. --- Formula/s/supertux.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/s/supertux.rb b/Formula/s/supertux.rb index b6f0f71b5e7d6..b3c3840dbd077 100644 --- a/Formula/s/supertux.rb +++ b/Formula/s/supertux.rb @@ -13,14 +13,12 @@ class Supertux < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "01535f3ec74e4f3e9956da66f52bb6d0e37696171d6d0169e498311589f2f1b6" - sha256 cellar: :any, arm64_sonoma: "0e94fb77138b727f154c9dbb8ad6bafa6b0f5d0558f99b4ab0381b5241c9300c" - sha256 cellar: :any, arm64_ventura: "5dde9e8355c08783ce8e120e29386139dcb625dac4eea60c293f74d94a0c9c0d" - sha256 cellar: :any, arm64_monterey: "3ee3e444f0ae273969dcffb6d4b2854cbcad4d3a13ecbe5485ed493c2df9b718" - sha256 cellar: :any, sonoma: "e8b8f690bda931e2a87a285c296cc6e445ec689ae7f9c6c154949642ba12b37a" - sha256 cellar: :any, ventura: "e6105c9ff04aedf7a60b21b42e5ec772aa8a3702422123eea5edd8887823d785" - sha256 cellar: :any, monterey: "6c022c0e53b1cb0454412dd1f2e9a5d34cf08c23f4967ce3e6ac16533d981f7b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "91a815ea74c91611c4ba47b4201bc38b42e13d1ee4e7039724dd2c7a75d9224c" + sha256 cellar: :any, arm64_sequoia: "326f5e0abf6bbd1b2f63ab48333a5632fde9ae8ac8f0e1fee07004e90d3a8b42" + sha256 cellar: :any, arm64_sonoma: "bf73163209acf00fe8743f565a6398366872c61046f23766d3d83c5751f81597" + sha256 cellar: :any, arm64_ventura: "3ef80f4789f23dc9565ebe7175f50020e0709098abffd5368c9306a8e44312ab" + sha256 cellar: :any, sonoma: "a0d8f4dd446e4caf9462f3363f472c5ae3232c1c8df465451233eba84df4eed3" + sha256 cellar: :any, ventura: "7696d453e5273c69ca2f1703edee2edd461b0f06393900eea403614c5dee5403" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6ff216442006b1a0e4244d1a126d339a36b524eac1c88f35079ec0c58b6b77fa" end depends_on "cmake" => :build From bad64254e1cce0f4704e4b2b4de52503820cc6e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:33 +0000 Subject: [PATCH 146/151] tfel: update 4.2.2_1 bottle. --- Formula/t/tfel.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tfel.rb b/Formula/t/tfel.rb index 6f53899883104..437f54d433648 100644 --- a/Formula/t/tfel.rb +++ b/Formula/t/tfel.rb @@ -8,12 +8,12 @@ class Tfel < Formula head "https://github.com/thelfer/tfel.git", using: :git, branch: "master" bottle do - sha256 arm64_sequoia: "eb3c990d66826a033f035a42388fda11fec4a99150ad8968bf30860f4226250c" - sha256 arm64_sonoma: "7ce9e584c8ce515d5e77d6d4bf2b16c5ac931d466fe7e84511772cf2088ae615" - sha256 arm64_ventura: "2c53f68130a512a4824a035c7039dc41bc04f62e48c1d414c742c3c8b70d1611" - sha256 sonoma: "64dc30ffcb0a48c272163771393d8806aa11bea354e37a48d562d740af9c49d8" - sha256 ventura: "5e617f46cf41e2754ad018321a958ca55a4bba5e2c9ec528ae7cea1b2abd41a8" - sha256 x86_64_linux: "19e177ac60d4486a8b64bde342b9bfb697cb149693978513a6d57cc178da3994" + sha256 arm64_sequoia: "23ca833616aa5ce341e1fa11c88cfb8353c87538d81942d2ea72d5cc942f97de" + sha256 arm64_sonoma: "68dff8e0e940ad1c90e035eb08bd11ff5c5dfddfd293e7b2b7c8a65991ae44a9" + sha256 arm64_ventura: "c62435afb9b3d3da835a276f59c756500dc217cd53adf11e030f46ae12d18120" + sha256 sonoma: "b6ace891e47d3d17efc94bf788b5b2e90c738bc34e045643f607a82c917f0720" + sha256 ventura: "a3e3e86fd0f81654a04c77d96035c29ec8143ed6a5479b397d54e6b9c65f539c" + sha256 x86_64_linux: "33824b29b4cc77c2dcce4e0e3145b40da0b559cb65278982c8c9cdb2bf9f6693" end depends_on "cmake" => :build From a0839dcb8b7b94d70964e5b611688ada31013970 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:34 +0000 Subject: [PATCH 147/151] visp: update 3.6.0_9 bottle. --- Formula/v/visp.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/v/visp.rb b/Formula/v/visp.rb index 1b54fefa773ce..85f10c84bac17 100644 --- a/Formula/v/visp.rb +++ b/Formula/v/visp.rb @@ -12,11 +12,11 @@ class Visp < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "af4c89b76780c58e894a873e8d42d4885b567e01d6f86bec09de95c517c3ebfc" - sha256 cellar: :any, arm64_ventura: "52e8b99511e305944e322a477f839926e09aea706966ed8c293155166059df4b" - sha256 cellar: :any, sonoma: "1c55447d8f7aa637697e6a7074d5e5fae90099f02ae447eba53cb7965ab17614" - sha256 cellar: :any, ventura: "be848c02ccf208389f5ea1104bfe3a25d33bd713604b7e2ff2f64649bc2a9f50" - sha256 cellar: :any_skip_relocation, x86_64_linux: "006043deaa30823969980eff82a6d1280816da78d5f8e29bee182a1f70acddd6" + sha256 cellar: :any, arm64_sonoma: "a5a58d76081eac3f0aa696c9d9d585e13b8d83f87db94d31cf2d6cab4737e1d0" + sha256 cellar: :any, arm64_ventura: "ed6c8b3ecd5b927d4f01d6960ce6403df2205e8c6d5d2698f91326abb0091c1d" + sha256 cellar: :any, sonoma: "44ea774131f383ff063c3a4cec51d9a88e6e9bdcf13b05ea365b0a9a466e7ddf" + sha256 cellar: :any, ventura: "eae2d82bde93a8ac54b7c86e1cf1d369b606b0c506fbf70326bfb0502951837f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "24d6aa141440f2316eaecd0da436f0876026e101d7821a7a1c6daacbb473c8ae" end depends_on "cmake" => :build From b9d1ba41743a222e561493e7b0ccb612d4d255db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:34 +0000 Subject: [PATCH 148/151] votca: update 2024.2_1 bottle. --- Formula/v/votca.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/v/votca.rb b/Formula/v/votca.rb index fd00646ff3fa0..c4611f4f88e9c 100644 --- a/Formula/v/votca.rb +++ b/Formula/v/votca.rb @@ -7,13 +7,12 @@ class Votca < Formula revision 1 bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "3bee35e3501b30d45351535d5df50f4529b6db11d024df9b48d0e1d712edd626" - sha256 cellar: :any, arm64_sonoma: "6f4e7335acbdcae62e289c13f25384583a9073b7304839627115b44948f3e3b4" - sha256 cellar: :any, arm64_ventura: "0bb72aea264b3b63efcbb022883c5870ba5517b3bd9790ea15ed9e78118ad05d" - sha256 cellar: :any, sonoma: "8795bb4558db3b7744dd1383681d53718476a22974368a1ea3ca06d818e0baa8" - sha256 cellar: :any, ventura: "4fdb6152fdedf5e0dd7971fa9b5646c6a915874333f6946739520a86edd41316" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a263fe3977df21e1d8033c82270ffa20c86d4dda43393f7ca728699599dcb23" + sha256 cellar: :any, arm64_sequoia: "8216070e0f82f9e28bc8df70733f8f59867a116cc0b36d4e5ce65c9c71c0760c" + sha256 cellar: :any, arm64_sonoma: "3e3a83afb803197ee28ccc1240088a1f7ed3684dd43939e6cc95b4192cc1f81e" + sha256 cellar: :any, arm64_ventura: "7b4790e5bf962a55755eeec67ce0b120b760438e539461ad5030a21f27e89d4a" + sha256 cellar: :any, sonoma: "afcc081937e406eeeb172b43e30e1a1dc0347b6a73324c9674f87d80540dbf68" + sha256 cellar: :any, ventura: "37912103d21f3e1f091ce90bbc379c2bc234323174900060075f61bc69ed9ae3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5980ca2c2e43813583fcb39890ea3a2f1dfb2376c7ad38d56124574df750c8ad" end depends_on "cmake" => :build From 414fb3f3a2977ab4a7cf0d61d41060321cf66ede Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:34 +0000 Subject: [PATCH 149/151] vtk: update 9.3.1_3 bottle. --- Formula/v/vtk.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Formula/v/vtk.rb b/Formula/v/vtk.rb index da7d431c8fe41..4677a3032d6fd 100644 --- a/Formula/v/vtk.rb +++ b/Formula/v/vtk.rb @@ -8,12 +8,11 @@ class Vtk < Formula head "https://gitlab.kitware.com/vtk/vtk.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sonoma: "52785c8ac91993b76918a78686e63f1ae53ada730e463308cb87325da1f65841" - sha256 cellar: :any, arm64_ventura: "e9ffe1a3428d109c871d0fda9127e06bb8e5d2f7ed4aaeb35808c387e786659b" - sha256 cellar: :any, sonoma: "d9ddbb1ac51c4eea1e8985978a0a6b6354ffcd3d077e52e20552bff0b4a3fdf1" - sha256 cellar: :any, ventura: "717cf55c5e9105da6bf00def7678b20194adb9cf21a4c402b9cf0e97ec0b6ec8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fb218cf265e0d6745f02cf2feb990c7a12504367c72c4e52b7c15fcc4f2b1495" + sha256 cellar: :any, arm64_sonoma: "3dda06f38e64d6b549b3068054d6cc7d19ccfed788c7f86e1028e2f93b1001a7" + sha256 cellar: :any, arm64_ventura: "cf85754a5ea8abee0e258ab81e48f4e0bf98ea26ba2fd92a6ff68dd3e8cc68f8" + sha256 cellar: :any, sonoma: "d0d3d352ba956e896dbda342580f52ed8c8918be3863c2413c29e9cd85039fa3" + sha256 cellar: :any, ventura: "d5dc30e44c0d365f0f05033b26be80ca59a4d996d86f2cd3da66f6d3805ff393" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ac4e2a56372285ea1dcd4e1155f341bc8452840b766a55438ced21c89a22ec32" end depends_on "cmake" => [:build, :test] From d7158011714309c6b0743a4241cd5dac6ea1593a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:35 +0000 Subject: [PATCH 150/151] watchman: update 2024.12.02.00_1 bottle. --- Formula/w/watchman.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/w/watchman.rb b/Formula/w/watchman.rb index 79dc942bc538f..36e04aeffd6cb 100644 --- a/Formula/w/watchman.rb +++ b/Formula/w/watchman.rb @@ -8,13 +8,12 @@ class Watchman < Formula head "https://github.com/facebook/watchman.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "068d542e86f859808fefa3f0dc5f13f72de4b7a91251b78d30d21a1eb390fb92" - sha256 cellar: :any, arm64_sonoma: "72e3503bcfdab0f070adf15fb06d2fc0ca076cb69069b789b8a9cf8eaa3f07b6" - sha256 cellar: :any, arm64_ventura: "ba08ee8516860bc65c1897d7129a8ef7868f45fe03d15f0d49ed9e44d1d9a89e" - sha256 cellar: :any, sonoma: "f990840836d84e9989934dc2f83e7a104df1b00c505a31c74cee3cc3d4c50324" - sha256 cellar: :any, ventura: "1b72c384040360e9e89bdb7288d839e150ad8ebd95b90e161dbba1da3bac3984" - sha256 cellar: :any_skip_relocation, x86_64_linux: "881b34fc214c5f28058629c17973047e577a95443b36a531b8c4fa2cda4fd171" + sha256 cellar: :any, arm64_sequoia: "63aee0b52d337b94e18a2bfe8ff5be597e59ec2f9118987bf17a16504b5139b5" + sha256 cellar: :any, arm64_sonoma: "48e107c78b29296025b235bfb34b081b82d416a623a7c9f9bfd982d1ef91a7c4" + sha256 cellar: :any, arm64_ventura: "a33c37108bdb10bb817369887b0fc0c11adb544ac224ae11f23238f28d5f9794" + sha256 cellar: :any, sonoma: "17ab1895889be71d3a61a3abe8b5109a472d7991debf125bf00068576262f6c6" + sha256 cellar: :any, ventura: "26c5c8526803b16ff2102ae1346f62055d9dbbe79bca0314743e8cec72b45b04" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f681e259829f85881c43f0991c979aaf5bfd3f99cbceccf268131f0a2515ed13" end depends_on "cmake" => :build From a0bdb93f7a1d4e860d3e27a9c7a7fc4997332508 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:40:35 +0000 Subject: [PATCH 151/151] znc: update 1.9.1_3 bottle. --- Formula/z/znc.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/z/znc.rb b/Formula/z/znc.rb index b90e077ffff73..17c3a41e1c455 100644 --- a/Formula/z/znc.rb +++ b/Formula/z/znc.rb @@ -12,13 +12,12 @@ class Znc < Formula end bottle do - rebuild 1 - sha256 arm64_sequoia: "8e2a03b070797aebc5285ee44bc4f3b24b1e18ea7ede34b99c6d26ec6c10664e" - sha256 arm64_sonoma: "9186e3d185f82706175bf4092af6e0ee4829c90d758b374e3acfe95201f0c7a7" - sha256 arm64_ventura: "0afd839114a50990b300740b36473128e79e15032f8b7074c1413c1efa763d97" - sha256 sonoma: "0532ab7f343c502374a812274d63cceb96e88a44a278bfaac02024f7768809b7" - sha256 ventura: "1124fe470899bc70a32f366b18edd5eb2d3d44827484b18113aa56664bebf7f2" - sha256 x86_64_linux: "1d7d7ecea3de12210ed78b1178d3e5afd2aa93f9ffb1985fb0df4ed70d795f0c" + sha256 arm64_sequoia: "fa46912e004aa7a922c78ebf80bcd9f631c6249d0a0623ac53ee19f6ed442cb3" + sha256 arm64_sonoma: "72e7f439e9be2f133e350eb3a7863631c8c6665dde041faa3e821fccb4a3443e" + sha256 arm64_ventura: "4c7ba69f4759a738e23525146f3fc98c5c86711a2bc4bbc73bcef38671ec62a7" + sha256 sonoma: "7c8609060264f3ecf8c0344ba17eb973deb4f6c71d0abe21f3166545d7a38cc2" + sha256 ventura: "10e610e16d4fde7ada8aca30dba893c55ed54289072539373156b364ffb60d24" + sha256 x86_64_linux: "5789bd364614f4e326bb8131c1873ac2077a2474df17ad2ae20917f3db627b86" end depends_on "cmake" => :build