Skip to content

Commit

Permalink
Merge branch 'Homebrew:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
2 parents d7d7b5f + 794c222 commit 67555e3
Show file tree
Hide file tree
Showing 163 changed files with 1,543 additions and 2,062 deletions.
8 changes: 8 additions & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ain
aiven-client
akamai
alda
alembic
algol68g
aliddns
aliyun-cli
Expand Down Expand Up @@ -184,6 +185,7 @@ bat
bat-extras
batik
bats-core
batt
bazarr
bazel
bazel-diff
Expand Down Expand Up @@ -249,6 +251,7 @@ bottom
bounceback
bowtie2
box2d
boxes
bpftop
breezy
brev
Expand Down Expand Up @@ -407,6 +410,7 @@ circleci
circumflex
citus
cjson
ckan
clac
clair
clamav
Expand Down Expand Up @@ -558,6 +562,7 @@ cycode
cyctl
cyme
cypher-shell
cyphernetes
cyrus-sasl
cython
czg
Expand Down Expand Up @@ -1491,6 +1496,7 @@ libclc
libcoap
libcouchbase
libcpuid
libcss
libcyaml
libdap
libdeflate
Expand Down Expand Up @@ -2677,6 +2683,7 @@ taplo
tarantool
tartufo
task
taskopen
tbb
tbls
tbox
Expand Down Expand Up @@ -2967,6 +2974,7 @@ woof-doom
wpebackend-fdo
wstunnel
wtfis
wthrr
wumpus
wxmaxima
wxpython
Expand Down
33 changes: 25 additions & 8 deletions Formula/a/afl++.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,25 @@ class Aflxx < Formula
url "https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v4.21c.tar.gz"
sha256 "11f7c77d37cff6e7f65ac7cc55bab7901e0c6208e845a38764394d04ed567b30"
license "Apache-2.0"
revision 1

bottle do
sha256 arm64_sequoia: "9890de4f599763850e2cdb9d9037fa34cc7c04d08c1f916234b72a0c7d2eb7f3"
sha256 arm64_sonoma: "7745329b39fe8415d4fc618d8ede5c767a68aa2c9d32f395c7abfe5e23bea693"
sha256 arm64_ventura: "4e25af8d57958d19dcf5b28aa1c37dbc3c7a288537def8840dcfa991b3a498e7"
sha256 sonoma: "06de9fe419ff08963a9be3ac77e811902f5b4b8b33fc7a64a1252f869514d541"
sha256 ventura: "a9e9a292f9ce850c3a189f032a9327543306ebe5d74559733c4f516cae127053"
sha256 x86_64_linux: "d16aec76ab8a4dbbc2c98f316b56612a464993f87f87076056e1371f4e41c9c4"
sha256 arm64_sequoia: "2d620933992908d3493f17b4e44c9f388e560c61ea07f5eeeaba6f06958c2981"
sha256 arm64_sonoma: "a91b21cfbebbbf85e072a2b564391e9abe6dacd23ae846d779a274f54c5d56a0"
sha256 arm64_ventura: "af51fb3aacb8fc34e83c0d5473bcce88bcfcd5bee97a7d200df6b330573b1e74"
sha256 sonoma: "9972f30928d25849cf62eec6af83b4598e4cd38e34a465af4b871ee8cfac443f"
sha256 ventura: "3ecd8dae6fd187a902ac7e448e5f180440fc0a392ceb84569bc67a4dc3c498db"
sha256 x86_64_linux: "d405240caa4d8bd5c3f2d912da1aa755134d450f87c05929560356692354cedb"
end

depends_on "coreutils" => :build
depends_on "llvm"
depends_on "python@3.12"

# The Makefile will insist on compiling with LLVM clang even without this.
fails_with :clang
fails_with :gcc

def install
ENV.prepend_path "PATH", Formula["coreutils"].libexec/"gnubin"

Expand All @@ -34,8 +39,20 @@ def install
end
end

system "make", "source-only", "PREFIX=#{prefix}"
system "make", "install", "PREFIX=#{prefix}"
llvm = Formula["llvm"]
make_args = %W[
PREFIX=#{prefix}
CC=clang
CXX=clang++
LLVM_BINDIR=#{llvm.opt_bin}
LLVM_LIBDIR=#{llvm.opt_lib}
]

system "make", "source-only", *make_args
system "make", "install", *make_args
return unless llvm.keg_only?

bin.env_script_all_files libexec, PATH: "#{llvm.opt_bin}:${PATH}"
end

test do
Expand Down
16 changes: 8 additions & 8 deletions Formula/a/aider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ class Aider < Formula

desc "AI pair programming in your terminal"
homepage "https://aider.chat/"
url "https://files.pythonhosted.org/packages/c4/ec/e512ab0d8a51323882b3465aa6f1f42a7449423e1e5887089bc9345ac6f5/aider_chat-0.58.0.tar.gz"
sha256 "993716d93acb58dbbbed49e084b252e03d58504c15248fb91c52e4e80664fd95"
url "https://files.pythonhosted.org/packages/94/61/f78dfd9f9f153cf2cffdc7cf3590c1d4e3bc9a79953dbccc30e7529ae63a/aider_chat-0.59.1.tar.gz"
sha256 "5e7ccb8c6b8054563d8c84a20f9d44dafd7f8f2e5fbb68275aa722386f2572f3"
license "Apache-2.0"
head "https://github.com/paul-gauthier/aider.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sequoia: "f0624d85dc39a2e485b44d72e201ff400c7293bfb4a66c638e91e588dfdb0828"
sha256 cellar: :any, arm64_sonoma: "abb3f6664397d760eeccfb463ec342dafc62db782c46d79edd7ca20c49bd057f"
sha256 cellar: :any, arm64_ventura: "0de3d49365ae67b91ec70ca783cedeedf8c3afb841d8b11b4181eadcf5bf83b1"
sha256 cellar: :any, sonoma: "683a3582898562beb9f67690899cf91416855290cdb9838b58c676e2fa623da1"
sha256 cellar: :any, ventura: "8f8e43123bdae879b10d2ff041627336e260d2e696f974e3d4a391f6d418de57"
sha256 cellar: :any_skip_relocation, x86_64_linux: "507f905f28708a21767eb5cdf59f2f66656fc93ff6e99f2aa6b6dac1e3b9db6b"
sha256 cellar: :any, arm64_sequoia: "77863957bc70d3cac83dade12bfdc0b8ec84a66a86e94300a54d221e208c9387"
sha256 cellar: :any, arm64_sonoma: "82046e2a7bc6f751196e32183be855f962fb00dbf7e1f88a05fd72b5af38242b"
sha256 cellar: :any, arm64_ventura: "5d74cd69104ce3559aad0a8a807aed77d53d4f6ee3b90098d17c95ac19b10a88"
sha256 cellar: :any, sonoma: "f04562e9631a5ec8351a7c387d55b3657e83b2c2306f5a782993e0b819f11158"
sha256 cellar: :any, ventura: "d05862dae7e3dea423968a2b19d151a8203e644326f2717f023bb0ab72675938"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c46b141231ef2fbd12e67fecf1ee63b906fdf2f5f891cdf1a0d394504717c1fd"
end

depends_on "cython" => :build # for tree-sitter-languages
Expand Down
17 changes: 8 additions & 9 deletions Formula/a/alembic.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
class Alembic < Formula
desc "Open computer graphics interchange framework"
homepage "http://alembic.io"
url "https://github.com/alembic/alembic/archive/refs/tags/1.8.6.tar.gz"
sha256 "c572ebdea3a5f0ce13774dd1fceb5b5815265cd1b29d142cf8c144b03c131c8c"
url "https://github.com/alembic/alembic/archive/refs/tags/1.8.7.tar.gz"
sha256 "3590f51f82e3675bb907f7a6a7149a76c06c23ef25d153e64391bcd22d86cc8c"
license "BSD-3-Clause"
revision 1
head "https://github.com/alembic/alembic.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sequoia: "97541dbd48d88dbe679c25fa654fcaf2732ba4c231fff579adf21644543fc341"
sha256 cellar: :any, arm64_sonoma: "5b8948889d3693cf5481acebbf180edef818ad2650acbf2531f00d11b662d27f"
sha256 cellar: :any, arm64_ventura: "54bd7fbaa1160d4798b5b3da9669e797214a21a17eaf5d53c4e32c57f3908d9a"
sha256 cellar: :any, sonoma: "6f2a1d7c8aac2261a1c4a144af2229ebe8f21328f6874bca18749bf7e6c84d24"
sha256 cellar: :any, ventura: "6bdbdcc31a712a6fb69ad706bae36fe508bf5ade77451f81e3279d86be3d3662"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a41b30e30ac093af2bbe2a2a6c09dbe783833165a2f8babac20a104d5d33ab2b"
sha256 cellar: :any, arm64_sequoia: "3edd7f3c3ebc3b64fdaa1130f865f91b307e772efd256d5fda086bc930c3e6bc"
sha256 cellar: :any, arm64_sonoma: "f9d36ca1955b740cbc377fe5c655ab99fcf14144e8cd906a06e1340e7b9a4d57"
sha256 cellar: :any, arm64_ventura: "0d63d70231fd1f49bc0930ff0f47c6ada8ffa3c09d43edf845a74394cfb75893"
sha256 cellar: :any, sonoma: "0ab1ce5ab65809f87b3566552cb9d2fee7a2f2126a620b9b8140785e2b0cda6a"
sha256 cellar: :any, ventura: "149e6d1b898efa42b1e6aba279b7aff05acf5ccdefaa3685bfdb39ab72eba61f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "afa6ea2eb2307d8e4951ef0e24130abcc4137190dbc443834e56c3467abade5a"
end

depends_on "cmake" => :build
Expand Down
53 changes: 53 additions & 0 deletions Formula/a/argtable3.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
class Argtable3 < Formula
desc "ANSI C library for parsing GNU-style command-line options"
homepage "https://www.argtable.org"
url "https://github.com/argtable/argtable3/archive/refs/tags/v3.2.2.f25c624.tar.gz"
version "3.2.2"
sha256 "a5c66d819fa0be0435f37ed2fb3f23e371091722ff74219de97b65f6b9914e51"
license "BSD-3-Clause"
head "https://github.com/argtable/argtable3.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sequoia: "977cc6d2b39d50551e00be1cb664891ba886e3e63779769713815ab5c830d4f7"
sha256 cellar: :any, arm64_sonoma: "59140a12791b4cd3733fd383bbd91373d517ed6a22dded4ae9e74b8fd2039844"
sha256 cellar: :any, arm64_ventura: "baa86eebd002149a8653eb04d365be6b4526551c7ae43cbf9753642093bad9e7"
sha256 cellar: :any, sonoma: "ab5266a8ad714236feda7b450da27138538019d765fd7311d613596cd9a82140"
sha256 cellar: :any, ventura: "b88c3b8acd8fe222ddadd092036daabe726784c2583e2665da98188af700b669"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1582d82a062451b9b81bd1739f541876e41b2c821b274aba6a51f9d3009ac7a5"
end

depends_on "cmake" => :build

def install
system "cmake", "-S", ".", "-B", "build", "-DBUILD_SHARED_LIBS=ON", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
end

test do
(testpath/"test.c").write <<~EOS
#include "argtable3.h"
#include <assert.h>
#include <stdio.h>
int main (int argc, char **argv) {
struct arg_lit *all = arg_lit0 ("a", "all", "show all");
struct arg_end *end = arg_end(20);
void *argtable[] = {all, end};
assert (arg_nullcheck(argtable) == 0);
if (arg_parse(argc, argv, argtable) == 0) {
if (all->count) puts ("Received option");
} else {
puts ("Invalid option");
}
}
EOS

system ENV.cc, "test.c", "-L#{lib}", "-I#{include}", "-largtable3",
"-o", "test"
assert_match "Received option", shell_output("./test -a")
assert_match "Received option", shell_output("./test --all")
assert_match "Invalid option", shell_output("./test -t")
end
end
16 changes: 8 additions & 8 deletions Formula/a/ast-grep.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class AstGrep < Formula
desc "Code searching, linting, rewriting"
homepage "https://github.com/ast-grep/ast-grep"
url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.27.3.tar.gz"
sha256 "7de51d65943a2a59bff675555bf8584bef7b898e62605987c6676a24cba93320"
url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.28.0.tar.gz"
sha256 "697adc13c11952529e8b6592b84b2cd3e08a57a13ebafe48ff0ef470e1ccfe1b"
license "MIT"
head "https://github.com/ast-grep/ast-grep.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7954dc98701b21552e10f697deb58bd825110f0635c0157bb26f0d481b1eedc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "09441396afa8035b5e59ff8604c7f6807d8a5c9a4274720b5db023b0f85a38e9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1baf045674bb4aa0fe5b1d1af2be34734023c4b9444234a46fcf345eae89e773"
sha256 cellar: :any_skip_relocation, sonoma: "ae16dd561698ca46409a53337b409489b65d403dbbaaca4d42c20f584359ab62"
sha256 cellar: :any_skip_relocation, ventura: "e83ceb4c29a81743496b0a12f2c9eeb7d9d25c27fd2b1858f901d84269a292fc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0cfe9237ceeb854747275e99eb3049062ec421ca570870ecfc52727435a1a709"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "25eb278e12d1ff3333412bc0ec3ac819dd9df0ee918c19037d2b578d4a8e3a87"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5ef2a61cf8f0bcef41a8cc0c27a39cbf738bb09fb674af2cd32eeb2be8cc898"
sha256 cellar: :any_skip_relocation, arm64_ventura: "271fc245c7ce81e4f350efe0cae5f214b0953f6d83c107c2a71fffc53a1fb899"
sha256 cellar: :any_skip_relocation, sonoma: "e1233fc6842207b1f1e9ee2fa6a48ecd01e430e128f5df0839e9382bc80e1751"
sha256 cellar: :any_skip_relocation, ventura: "409692422376e8e79d1f42be932138f6ac41d5d510f53830de728876bb8bf053"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5417bda578c563ed545a93d7a2ad354377cf2387e32f9607f556b456ade1634f"
end

depends_on "rust" => :build
Expand Down
18 changes: 8 additions & 10 deletions Formula/a/autobrr.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class Autobrr < Formula
desc "Modern, easy to use download automation for torrents and usenet"
homepage "https://autobrr.com/"
url "https://github.com/autobrr/autobrr/archive/refs/tags/v1.46.1.tar.gz"
sha256 "0b96dbb6d48f5063c36dc3a39d6baeabeb6ccf5974ab9bb38268be86a438fb89"
url "https://github.com/autobrr/autobrr/archive/refs/tags/v1.47.0.tar.gz"
sha256 "b6ac646843a05fc81877619ddcafc59ca5a2e00afd914a284861987e8e221f70"
license "GPL-2.0-or-later"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f36d0ae1a1bcca5f0ed81d6b71b410597a01fcf9f7a6c652d0928bba861a5d45"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f36d0ae1a1bcca5f0ed81d6b71b410597a01fcf9f7a6c652d0928bba861a5d45"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f36d0ae1a1bcca5f0ed81d6b71b410597a01fcf9f7a6c652d0928bba861a5d45"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f36d0ae1a1bcca5f0ed81d6b71b410597a01fcf9f7a6c652d0928bba861a5d45"
sha256 cellar: :any_skip_relocation, sonoma: "203222f1cfeab9981ec989cf7fb086b83442cf8fdc365ba8002507e8fb865140"
sha256 cellar: :any_skip_relocation, ventura: "203222f1cfeab9981ec989cf7fb086b83442cf8fdc365ba8002507e8fb865140"
sha256 cellar: :any_skip_relocation, monterey: "203222f1cfeab9981ec989cf7fb086b83442cf8fdc365ba8002507e8fb865140"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3e3d17e202a7d6b5f8bd4f7ea3140db0aa427ba1d36faad0b65218ca4f9e163d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e62fadb98341da92a0c831ff9f223dcc3e1213c38c6b368a5d1d25a67a7524b6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e62fadb98341da92a0c831ff9f223dcc3e1213c38c6b368a5d1d25a67a7524b6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e62fadb98341da92a0c831ff9f223dcc3e1213c38c6b368a5d1d25a67a7524b6"
sha256 cellar: :any_skip_relocation, sonoma: "ebcbd1e29a86f675b3af4597a09aecb6ba80c5adf7e0b953c92f8b02909ec7bb"
sha256 cellar: :any_skip_relocation, ventura: "ebcbd1e29a86f675b3af4597a09aecb6ba80c5adf7e0b953c92f8b02909ec7bb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f03d014a2a88debeba26501532a3fd714edd21f3e04d78fbd3faeebe4408e6c4"
end

depends_on "go" => :build
Expand Down
18 changes: 8 additions & 10 deletions Formula/a/aws-amplify.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class AwsAmplify < Formula
desc "Build full-stack web and mobile apps in hours. Easy to start, easy to scale"
homepage "https://aws.amazon.com/amplify"
url "https://registry.npmjs.org/@aws-amplify/cli-internal/-/cli-internal-12.12.6.tgz"
sha256 "f6773f0f4ffe1c25a8c023a03d37921f907c401fd1e776a950c26b31b2acf98d"
url "https://registry.npmjs.org/@aws-amplify/cli-internal/-/cli-internal-12.13.0.tgz"
sha256 "ab866b12ca7c686feb551fe2f9abc56b889192dba1cb1d1e03d6f42af0410d70"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1b2beeefe485e5142050b6bba3270a83d3e8af3548c6d4e037363706723cd006"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "841db0d134a9cbaaed707558d4dfe9dab8b38edb01b87f815f276e8b0016f5d1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "841db0d134a9cbaaed707558d4dfe9dab8b38edb01b87f815f276e8b0016f5d1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "841db0d134a9cbaaed707558d4dfe9dab8b38edb01b87f815f276e8b0016f5d1"
sha256 cellar: :any_skip_relocation, sonoma: "bbf9f9280e9971482c6cdfdb9f8a1eb45b975e8583a76ee6a6420e7ad135a8dd"
sha256 cellar: :any_skip_relocation, ventura: "bbf9f9280e9971482c6cdfdb9f8a1eb45b975e8583a76ee6a6420e7ad135a8dd"
sha256 cellar: :any_skip_relocation, monterey: "bbf9f9280e9971482c6cdfdb9f8a1eb45b975e8583a76ee6a6420e7ad135a8dd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b02b0856bdbcc0dad7eb21e8e8c245a54ab11dff471cad117510f060ad47ae79"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e8aa28ccf9df1ce7ac285e2d479cc7ac2387581c35895c35e6331fe15c24fa37"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8aa28ccf9df1ce7ac285e2d479cc7ac2387581c35895c35e6331fe15c24fa37"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e8aa28ccf9df1ce7ac285e2d479cc7ac2387581c35895c35e6331fe15c24fa37"
sha256 cellar: :any_skip_relocation, sonoma: "279e981881421d053d92f81891d6fdbd4790a6f50f8de5c18313cffe21e52de1"
sha256 cellar: :any_skip_relocation, ventura: "279e981881421d053d92f81891d6fdbd4790a6f50f8de5c18313cffe21e52de1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1f74450b24f282297347a77e999bba503ad0d21c99601d6ea03cf598dec63881"
end

depends_on "node"
Expand Down
6 changes: 3 additions & 3 deletions Formula/a/aws-cdk.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class AwsCdk < Formula
desc "AWS Cloud Development Kit - framework for defining AWS infra as code"
homepage "https://github.com/aws/aws-cdk"
url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.161.0.tgz"
sha256 "ba7c25b67e11cfa746c44755c1bb0b6b3ea5fd99bf5ef5edd8018f51a0b41965"
url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.161.1.tgz"
sha256 "d38a98233aa427eb570e1fafb1445da60604c3a26a0ba41014a412b7c4ff994d"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, all: "a363024198f909e1595115f41c592870009814e427b11f64b921a2779a475a4b"
sha256 cellar: :any_skip_relocation, all: "1418bc0b3a0a841dc2809e87be898857985d997de113713d38a90613cf2b74e2"
end

depends_on "node"
Expand Down
16 changes: 8 additions & 8 deletions Formula/a/aws-sdk-cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class AwsSdkCpp < Formula
desc "AWS SDK for C++"
homepage "https://github.com/aws/aws-sdk-cpp"
url "https://github.com/aws/aws-sdk-cpp.git",
tag: "1.11.405",
revision: "cc33599af2d81eb1c65a78ae19f8314ddc0cfa38"
tag: "1.11.420",
revision: "2cde9b1786bdbb3182faa93ce28d6e44ac2fe7e0"
license "Apache-2.0"
head "https://github.com/aws/aws-sdk-cpp.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class AwsSdkCpp < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "f47c49fa29e55ad9feed19a90001bd41bab69baf6b213949cbb98839c004e7de"
sha256 cellar: :any, arm64_sonoma: "9d91ee4ab934c18a0942584007dc8d6bd647b9dbe1d7fd1d93c988d17913d350"
sha256 cellar: :any, arm64_ventura: "600f6dd6c7ae8d89b71108ed1da44d72cca16d893a75f8292c9936bd125749cb"
sha256 cellar: :any, sonoma: "8ddbf21d2db50afa9049ddc920ccd2800727821cb5433104081e60b7f8628b8d"
sha256 cellar: :any, ventura: "403f6707a15c7179ed17db85cdb86467c3e298e7979781b095c84d826994fdcc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f3f9a5090fbfe84629412a104767b5ccd300504b291bab4900c2dce0a2451425"
sha256 cellar: :any, arm64_sequoia: "0f8cb17ed2035e8544940fcc4e760e3f5d34934670a7607d899489d25c08e68f"
sha256 cellar: :any, arm64_sonoma: "98dd61af5dc947d0abdfe209e4f6d5c0cfd71714769fb085d1624558c6992c47"
sha256 cellar: :any, arm64_ventura: "f9b9abfbf0718d0561e64f2f491133b0498755a07b608552eafe75d4ee00d2e8"
sha256 cellar: :any, sonoma: "bdac7c5f8f12203d318d2947659b209912421e6c0b810d948bafac4a883620dc"
sha256 cellar: :any, ventura: "60ac1626a8bddeb232ea49ef8a64af3959b4835ffb96de48a52b0a3cb7758182"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dbc93a135866b616d5e896f2a14342ba65fcf9b2ebe76440682b856bd2a81830"
end

depends_on "cmake" => :build
Expand Down
Loading

0 comments on commit 67555e3

Please # to comment.